diff options
| author | Samantaz Fox <coding@samantaz.fr> | 2022-09-03 19:26:05 +0200 |
|---|---|---|
| committer | Samantaz Fox <coding@samantaz.fr> | 2022-09-03 19:26:05 +0200 |
| commit | 8ab339396a48c6ce661e71e9a988a600ff06d7d1 (patch) | |
| tree | efc366f27afc6198155ed73c19a7e45f332e8845 /locales | |
| parent | 5048a89b9b66cd8ba719cc4426b6ee4ec33ab3b5 (diff) | |
| parent | 260bab598e00fe769ff36ba2c171768a1fbc31bb (diff) | |
| download | invidious-8ab339396a48c6ce661e71e9a988a600ff06d7d1.tar.gz invidious-8ab339396a48c6ce661e71e9a988a600ff06d7d1.tar.bz2 invidious-8ab339396a48c6ce661e71e9a988a600ff06d7d1.zip | |
Message when the video doesn't exist in playlist (#3243)
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/en-US.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/locales/en-US.json b/locales/en-US.json index 9701a621..5554b928 100644 --- a/locales/en-US.json +++ b/locales/en-US.json @@ -471,5 +471,6 @@ "crash_page_switch_instance": "tried to <a href=\"`x`\">use another instance</a>", "crash_page_read_the_faq": "read the <a href=\"`x`\">Frequently 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):" + "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):", + "error_video_not_in_playlist": "The requested video doesn't exist in this playlist. <a href=\"`x`\">Click here for the playlist home page.</a>" } |
