From ae3132fef13542ab7fc337361bf484183d12d786 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Thu, 22 Sep 2022 22:18:23 -0400 Subject: [PATCH] Add rate limit error --- translations/en.json | 1 + 1 file changed, 1 insertion(+) diff --git a/translations/en.json b/translations/en.json index 2b16289..19b3d39 100644 --- a/translations/en.json +++ b/translations/en.json @@ -344,6 +344,7 @@ "email_already_exists": "Email already exists.", "couldnt_update_user": "Couldn't update user.", "system_err_login": "System error. Try logging out and back in.", + "rate_limit_error": "Too many requests, try again later.", "couldnt_create_private_message": "Couldn't create private message.", "no_private_message_edit_allowed": "Not allowed to edit private message.", "couldnt_update_private_message": "Couldn't update private message.",