diff options
| author | Samantaz Fox <coding@samantaz.fr> | 2022-01-17 21:27:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-17 21:27:52 +0100 |
| commit | 2d1f6128be866b6155c263c8f6c1bfd438b50b50 (patch) | |
| tree | a61509f9e1c1c70246f4558971b4200fcc496460 /locales | |
| parent | 34a79c5f1e54923caee8fbe8396f7b91228fa46e (diff) | |
| download | invidious-2d1f6128be866b6155c263c8f6c1bfd438b50b50.tar.gz invidious-2d1f6128be866b6155c263c8f6c1bfd438b50b50.tar.bz2 invidious-2d1f6128be866b6155c263c8f6c1bfd438b50b50.zip | |
Fix typo in "crash_page_read_the_faq"
Co-authored-by: Matthew McGarvey <matthewmcgarvey14@gmail.com>
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/en-US.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locales/en-US.json b/locales/en-US.json index 9a2d3294..67156f14 100644 --- a/locales/en-US.json +++ b/locales/en-US.json @@ -435,7 +435,7 @@ "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_read_the_faq": "looked at the <a href=\"`x`\">Frenquently Asked Questions (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):" } |
