diff options
| author | Samantaz Fox <coding@samantaz.fr> | 2022-01-10 22:01:12 +0100 |
|---|---|---|
| committer | Samantaz Fox <coding@samantaz.fr> | 2022-01-16 16:15:23 +0100 |
| commit | 34a79c5f1e54923caee8fbe8396f7b91228fa46e (patch) | |
| tree | 1259cb50b7860219d5b15f345e8772a9c54b5da6 /locales/en-US.json | |
| parent | fd30f5775af678e843ec8084c7b11f7d5e0e1ca9 (diff) | |
| download | invidious-34a79c5f1e54923caee8fbe8396f7b91228fa46e.tar.gz invidious-34a79c5f1e54923caee8fbe8396f7b91228fa46e.tar.bz2 invidious-34a79c5f1e54923caee8fbe8396f7b91228fa46e.zip | |
Don't show "next steps" message with a stack trace
Usually, next steps are after the error message.
Here, we want the same options to be right above the stack trace,
so users are less likely to report duplicates.
Diffstat (limited to 'locales/en-US.json')
| -rw-r--r-- | locales/en-US.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/locales/en-US.json b/locales/en-US.json index 418798cc..9a2d3294 100644 --- a/locales/en-US.json +++ b/locales/en-US.json @@ -433,6 +433,8 @@ "preferences_save_player_pos_label": "Save playback position: ", "crash_page_you_found_a_bug": "It looks like you found a bug in Invidious!", "crash_page_before_reporting": "Before reporting a bug, make sure that you have:", + "crash_page_refresh": "Tried to refresh the page", + "crash_page_switch_instance": "Tried to use another instance", "crash_page_read_the_faq": "looked at the <a href=\"`x`\">Frenquently Asked Queqtions (FAQ)</a>", "crash_page_search_issue": "searched for <a href=\"`x`\">existing issues on Github</a>", "crash_page_report_issue": "If none of the above helped, please <a href=\"`x`\">open a new issue on GitHub</a> (preferably in English) and include the following text in your message (do NOT translate that text):" |
