From 4ef200ff115c2f0232808ff8212decaa79c3f22c Mon Sep 17 00:00:00 2001 From: lostdusty <47502554+lostdusty@users.noreply.github.com> Date: Fri, 7 Mar 2025 09:54:39 -0300 Subject: [PATCH] i18n: make age restricted content less confusing for end users could also be "this post is age restricted so i can't access it" or similar --- 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 2788d9e4..e057b803 100644 --- a/web/i18n/en/error.json +++ b/web/i18n/en/error.json @@ -59,7 +59,7 @@ "api.content.post.unavailable": "couldn't find anything about this post. its visibility may be limited or it may not exist. make sure your link works and try again in a few seconds!", "api.content.post.private": "couldn't get anything about this post because it's from a private account. try a different link!", - "api.content.post.age": "this post is age-restricted and isn't available without logging in. try a different link!", + "api.content.post.age": "this post is age-restricted and cobalt can't access it. try a different link!", "api.youtube.no_matching_format": "youtube didn't return a valid video + audio format combo, either video or audio is missing. formats for this video may be re-encoding on youtube's side or something went wrong when parsing them. try enabling the hls option in video settings!", "api.youtube.decipher": "youtube updated its decipher algorithm and i couldn't extract the info about the video. try again in a few seconds, but if this issue sticks, please report it!",