From 7160be65bd9d35e1bbbaaec1517b92fcdd6ac2eb Mon Sep 17 00:00:00 2001 From: wukko Date: Sun, 22 Sep 2024 16:25:31 +0600 Subject: [PATCH] web/i18n/error: fix typo in live video error --- web/i18n/en/error.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/i18n/en/error.json b/web/i18n/en/error.json index b0431729..67dd911c 100644 --- a/web/i18n/en/error.json +++ b/web/i18n/en/error.json @@ -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!",