Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

more descriptive error message on audio error #98

Merged
merged 1 commit into from
Dec 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
"openai_key": "OpenAI key",
"invalid_openai_key": "Invalid OpenAI key",
"openai_key_saved": "OpenAI key successfully saved",
"openai_key_validation_failed": "Failed to validate OpenAI key",
"openai_key_validation_failed": "Failed to validate OpenAI key",
"no_server_oauth_creds": "No shareable OAuth credentials found.",
"testrail_instance_url":"Instance URL"
},
Expand All @@ -220,12 +220,12 @@
"evidence": "Evidence capture",
"cancel": "Cancel",
"save": "Save",
"quickTest": "Quick test",
"newExploratorySession": "New exploratory session",
"quickTest": "Quick test",
"newExploratorySession": "New exploratory session",
"openExploratorySession": "Open exploratory session",
"title": "Jump to title",
"title": "Jump to title",
"charter": "Jump to charter",
"timeLimit": "Jump to time limit",
"timeLimit": "Jump to time limit",
"preconditions": "Jump to preconditoins",
"checklist": "Jump to checklist",
"start": "Start",
Expand Down Expand Up @@ -309,7 +309,7 @@
"define_required_precondition": "Define required preconditions for this test.",
"enter_title_for_project": "Enter a title for the project",
"select_presession_task": "You can't begin your session without checking all required(*) pre-session checkboxes.",
"error_recording_audio": "An error occurred while recording the audio.",
"error_recording_audio": "An error occurred while recording the audio. Please make sure you have at least one audio input device connected",
"enter_brief_charter_name": "Enter a brief name for this charter",
"describe_test_charter": "Describe your test charter",
"confirm_session_saved": "Session successfully saved on your computer.",
Expand Down
Loading