Skip to content

Commit

Permalink
web/i18n/error: fix typo in live video error
Browse files Browse the repository at this point in the history
  • Loading branch information
wukko committed Sep 22, 2024
1 parent af337cb commit 7160be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/i18n/en/error.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"api.content.too_long": "the media you requested is too long. current duration limit is {{ limit }} minutes. try something shorter instead!",

"api.content.video.unavailable": "i can't access this video. it may be restricted on {{ service }}'s side. have you pasted the right link?",
"api.content.video.live": "this video is currently live, so i can't download it yet. wait for the livestream to finish, and then try again!",
"api.content.video.live": "this video is currently live, so i can't download it yet. wait for the live stream to finish, and then try again!",
"api.content.video.private": "this video is private, so i cannot access it. change its visibility or try another one!",
"api.content.video.age": "this video is age-restricted, so i can't access it anonymously. try another one!",
"api.content.video.region": "this video is region locked, and the processing server is in a different location. try another one!",
Expand Down

0 comments on commit 7160be6

Please sign in to comment.