diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index 91d256e4d4..d056f33745 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -1804,6 +1804,7 @@ "they_wont_be_able_to_log_in_with_sso_they_will_need_to_set_password": "", "this_action_cannot_be_reversed": "", "this_action_cannot_be_undone": "", + "this_action_will_also_disable_domain_capture": "", "this_address_will_be_shown_on_the_invoice": "", "this_could_be_because_we_cant_support_some_elements_of_the_table": "", "this_experiment_isnt_accepting_new_participants": "", @@ -2095,7 +2096,6 @@ "were_reducing_compile_timeout": "", "what_did_you_find_most_helpful": "", "what_do_you_need_help_with": "", - "what_does_this_mean": "", "what_does_this_mean_for_you": "", "what_happens_when_sso_is_enabled": "", "what_should_we_call_you": "", @@ -2213,7 +2213,6 @@ "your_subscription_will_pause_on": "", "your_subscription_will_pause_on_short": "", "youre_a_member_of_overleaf_labs": "", - "youre_about_to_disable_single_sign_on": "", "youre_about_to_enable_single_sign_on": "", "youre_about_to_enable_single_sign_on_sso_only": "", "youre_adding_x_licenses_to_your_plan_giving_you_a_total_of_y_licenses": "", diff --git a/services/web/locales/en.json b/services/web/locales/en.json index 62e74ae004..1b6f1a11b4 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -2137,8 +2137,8 @@ "sso_here_is_the_data_we_received": "Here is the data we received in the SAML response:", "sso_integration": "SSO integration", "sso_is_disabled": "SSO is disabled", - "sso_is_disabled_explanation_1": "Group members won’t be able to log in via SSO", - "sso_is_disabled_explanation_2": "All members of the group will need a username and password to log in to __appName__", + "sso_is_disabled_explanation_1": "Group members won’t be able to log in via SSO.", + "sso_is_disabled_explanation_2": "All members of the group will need a username and password to log in to __appName__.", "sso_is_enabled": "SSO is enabled", "sso_is_enabled_explanation_1": "Group members will <0>only be able to sign in via SSO after linking their accounts with your IdP.", "sso_is_enabled_explanation_1_sso_only": "Group members will have the option to sign in via SSO.", @@ -2328,6 +2328,7 @@ "they_wont_be_able_to_log_in_with_sso_they_will_need_to_set_password": "They won’t be able to log in with SSO (if you have this enabled). They will need to set an __appName__ password.", "this_action_cannot_be_reversed": "This action cannot be reversed.", "this_action_cannot_be_undone": "This action cannot be undone.", + "this_action_will_also_disable_domain_capture": "This action will also disable domain capture.", "this_address_will_be_shown_on_the_invoice": "This address will be shown on the invoice", "this_could_be_because_we_cant_support_some_elements_of_the_table": "This could be because we can’t yet support some elements of the table in the table preview. Or there may be an error in the table’s LaTeX code.", "this_experiment_isnt_accepting_new_participants": "This experiment isn’t accepting new participants.", @@ -2644,7 +2645,6 @@ "what_did_you_find_most_helpful": "What did you find most helpful?", "what_do_you_need": "What do you need?", "what_do_you_need_help_with": "What do you need help with?", - "what_does_this_mean": "What does this mean?", "what_does_this_mean_for_you": "This means:", "what_happens_when_sso_is_enabled": "What happens when SSO is enabled?", "what_should_we_call_you": "What should we call you?", @@ -2776,7 +2776,6 @@ "your_subscription_will_pause_on": "Your <0>__planName__ subscription will pause on <0>__pauseDate__. It’ll automatically unpause on <0>__reactivationDate__. Or you can unpause it yourself at any time.", "your_subscription_will_pause_on_short": "Your subscription will pause on <0>__pauseDate__.", "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_disable_single_sign_on": "You’re about to disable single sign-on for all group members.", "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.", "youre_adding_x_licenses_to_your_plan_giving_you_a_total_of_y_licenses": "You’re adding <0>__adding__ licenses to your plan giving you a total of <1>__total__ licenses.",