From 346722d3f99656836129c48d08ac0c4d2a4e8489 Mon Sep 17 00:00:00 2001 From: Rebeka Dekany <50901361+rebekadekany@users.noreply.github.com> Date: Mon, 20 Nov 2023 15:32:52 +0100 Subject: [PATCH] Merge pull request #15823 from overleaf/rd-email-confirmation-copy [web] Update email confirmation copy GitOrigin-RevId: 174c4a6ed58a430c974d57453e88033405d82590 --- services/web/frontend/extracted-translations.json | 2 ++ services/web/locales/en.json | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index b8180b4c00..5d8a5532d9 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -1234,11 +1234,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_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 8747d40f1c..e62f7345c2 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -1852,11 +1852,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_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", @@ -2041,7 +2043,7 @@ "we_do_not_share_personal_information": "We do not share or sell any personal information.", "we_logged_you_in": "We have logged you in.", "we_may_also_contact_you_from_time_to_time_by_email_with_a_survey": "<0>We may also contact you from time to time by email with a survey, or to see if you would like to participate in other user research initiatives", - "we_sent_new_code": "We’ve sent a new code.", + "we_sent_new_code": "We’ve sent a new code. If it doesn’t arrive, make sure to check your spam and any promotions folders.", "webinars": "Webinars", "website_status": "Website status", "wed_love_you_to_stay": "We’d love you to stay",