From 0efb28baa774601a052d193b94bae10cf0778ba4 Mon Sep 17 00:00:00 2001 From: Mathias Jakobsen Date: Fri, 12 Dec 2025 10:44:38 +0000 Subject: [PATCH] [web] Tweak basic rate limiter for workbench (#30280) GitOrigin-RevId: 3e2c2f03e88339ee18e393cb7044ed15e95e51a5 --- services/web/frontend/extracted-translations.json | 2 +- services/web/locales/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index 33048bc715..65f8c170e2 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -1325,6 +1325,7 @@ "please_select_a_project": "", "please_select_an_output_file": "", "please_set_main_file": "", + "please_try_again_in_a_few_moments": "", "please_wait": "", "plus_additional_collaborators_document_history_track_changes_and_more": "", "plus_more": "", @@ -2328,7 +2329,6 @@ "your_subscription_will_pause_on_short": "", "your_subscriptions": "", "your_usage_will_reset_in_time": "", - "your_usage_will_reset_within_24_hours": "", "youre_a_member_of_overleaf_labs": "", "youre_about_to_enable_single_sign_on": "", "youre_about_to_enable_single_sign_on_sso_only": "", diff --git a/services/web/locales/en.json b/services/web/locales/en.json index f6de4ae12b..3339b29e2a 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -1734,6 +1734,7 @@ "please_select_an_output_file": "Please Select an Output File", "please_set_a_password": "Please set a password", "please_set_main_file": "Please choose the main file for this project in the project menu. ", + "please_try_again_in_a_few_moments": "Please try again in a few moments.", "please_wait": "Please wait", "plus_additional_collaborators_document_history_track_changes_and_more": "(plus additional collaborators, document history, track changes, and more).", "plus_more": "plus more", @@ -2897,7 +2898,6 @@ "your_subscription_will_pause_on_short": "Your subscription will pause on <0>__pauseDate__.", "your_subscriptions": "Your subscriptions", "your_usage_will_reset_in_time": "Your usage will reset in __time__.", - "your_usage_will_reset_within_24_hours": "Your usage will reset within 24 hours.", "youre_a_member_of_overleaf_labs": "You’re a member of Overleaf Labs. Don’t forget to check in regularly to see what experiments you can sign up to.", "youre_about_to_enable_single_sign_on": "You’re about to enable single sign-on (SSO). Before you do this, you should ensure you’re confident the SSO configuration is correct and all your group members have managed user accounts.", "youre_about_to_enable_single_sign_on_sso_only": "You’re about to enable single sign-on (SSO). Before you do this, you should ensure you’re confident the SSO configuration is correct.",