From cf42b1b2eff0c86fb879b17f05b406a8f01ae036 Mon Sep 17 00:00:00 2001 From: wukko Date: Fri, 30 Aug 2024 17:16:04 +0600 Subject: [PATCH] web/i18n/error: shorter timed out message --- 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 b807586f..ababc687 100644 --- a/web/i18n/en/error.json +++ b/web/i18n/en/error.json @@ -12,7 +12,7 @@ "api.auth.turnstile.invalid": "couldn't confirm whether you're not a robot because your human access token expired and wasn't renewed. try again in a few seconds or reload the page!", "api.unreachable": "couldn't connect to the processing server. check your internet connection and try again.", - "api.timed_out": "the processing server took way too long to respond. it may be a little overwhelmed at the moment, try again in a few seconds!", + "api.timed_out": "the processing server took way too long to respond. it may be overwhelmed at the moment, try again in a few seconds!", "api.rate_exceeded": "you're making way too many requests. try again in {{ limit }} seconds!", "api.generic": "something went wrong and i couldn't get anything for you. try again in a few seconds, but if issue sticks, let us know and we'll try to help!",