web/i18n/error: shorter timed out message

This commit is contained in:
wukko 2024-08-30 17:16:04 +06:00
parent 33d6b5bd81
commit cf42b1b2ef
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -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!",