From 8415d0e4f36446bf9e5812ae75b3f346282faac8 Mon Sep 17 00:00:00 2001 From: wukko Date: Sat, 23 Nov 2024 19:08:41 +0600 Subject: [PATCH] web/i18n/error: update invalid jwt token 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 24434cbb..6cb04100 100644 --- a/web/i18n/en/error.json +++ b/web/i18n/en/error.json @@ -11,7 +11,7 @@ "captcha_ongoing": "cloudflare turnstile is still checking if you're not a bot.\n\nif it takes too long, you can try: disabling weird browser extensions, changing networks, using a different browser, or checking your device for malware.", "api.auth.jwt.missing": "couldn't authenticate with the processing instance because the access token is missing. try again in a few seconds or reload the page!", - "api.auth.jwt.invalid": "couldn't authenticate with the processing instance because the access token expired. try again in a few seconds or reload the page!", + "api.auth.jwt.invalid": "couldn't authenticate with the processing instance because the access token is invalid. try again in a few seconds or reload the page!", "api.auth.turnstile.missing": "couldn't authenticate with the processing instance because the captcha solution is missing. try again in a few seconds or reload the page!", "api.auth.turnstile.invalid": "couldn't authenticate with the processing instance because the captcha solution is invalid. try again in a few seconds or reload the page!",