From 02da8978f4911325e82cc66db12ecde1e7be244b Mon Sep 17 00:00:00 2001 From: Domagoj Kriskovic Date: Thu, 30 Nov 2023 12:56:27 +0100 Subject: [PATCH] rename confirm code rate limiting events (#16004) GitOrigin-RevId: d8739a69cd8b2fc1bb3fd6b9a30cb826ae1dc88a --- services/web/frontend/extracted-translations.json | 4 ++-- services/web/locales/en.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index cfef416a30..c41d52c0c6 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -1248,13 +1248,13 @@ "token_read_only": "", "token_read_write": "", "too_many_attempts": "", - "too_many_attempts_wait_try_again": "", "too_many_comments_or_tracked_changes": "", "too_many_comments_or_tracked_changes_detail": "", + "too_many_confirm_code_resend_attempts": "", + "too_many_confirm_code_verification_attempts": "", "too_many_files_uploaded_throttled_short_period": "", "too_many_requests": "", "too_many_search_results": "", - "too_many_verification_attempts_wait_try_again": "", "too_recently_compiled": "", "took_a_while": "", "toolbar_add_comment": "", diff --git a/services/web/locales/en.json b/services/web/locales/en.json index 817b921d30..a21cee9961 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -1855,13 +1855,13 @@ "token_read_only": "token read-only", "token_read_write": "token read-write", "too_many_attempts": "Too many attempts. Please wait for a while and try again.", - "too_many_attempts_wait_try_again": "Too many attempts. Please wait 1 minute then try again.", "too_many_comments_or_tracked_changes": "Too many comments or tracked changes", "too_many_comments_or_tracked_changes_detail": "Sorry, this file has too many comments or tracked changes. Please try accepting or rejecting some existing changes, or resolving and deleting some comments.", + "too_many_confirm_code_resend_attempts": "Too many attempts. Please wait 1 minute then try again.", + "too_many_confirm_code_verification_attempts": "Too many verification attempts. Please wait 1 minute then try again.", "too_many_files_uploaded_throttled_short_period": "Too many files uploaded, your uploads have been throttled for a short period. Please wait 15 minutes and try again.", "too_many_requests": "Too many requests were received in a short space of time. Please wait for a few moments and try again.", "too_many_search_results": "There are more than 100 results. Please refine your search.", - "too_many_verification_attempts_wait_try_again": "Too many verification attempts. Please wait 1 minute then try again.", "too_recently_compiled": "This project was compiled very recently, so this compile has been skipped.", "took_a_while": "That took a while...", "toolbar_add_comment": "Add Comment",