From 9a4896a0b3952abe0316139f469fafb785060a27 Mon Sep 17 00:00:00 2001 From: Jessica Lawshe <5312836+lawshe@users.noreply.github.com> Date: Wed, 14 Jan 2026 08:44:41 -0600 Subject: [PATCH] Merge pull request #30690 from overleaf/ii-domain-capture-mu-enrollment-changes [web] Managed user enrollment page updates GitOrigin-RevId: c05a29bd6cac7fd8fd25d3e8765d91e2b4d7306d --- services/web/frontend/extracted-translations.json | 5 +++-- services/web/locales/en.json | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index 52f9bfeb5d..2474c47092 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -363,6 +363,7 @@ "coupons_not_included": "", "create": "", "create_a_new_project": "", + "create_account": "", "create_new_subscription": "", "create_new_tag": "", "create_project_in_github": "", @@ -467,6 +468,7 @@ "doing_this_allow_log_in_through_institution_2": "", "doing_this_will_verify_affiliation_and_allow_log_in_2": "", "done": "", + "dont_create_personal_projects_in_managed_account": "", "dont_forget_you_currently_have": "", "dont_reload_or_close_this_tab": "", "download": "", @@ -545,7 +547,6 @@ "email_does_not_belong_to_university": "", "email_limit_reached": "", "email_link_expired": "", - "email_managed_by_group_is": "", "email_must_be_linked_to_institution": "", "email_notifications_are_currently_in_beta": "", "email_or_password_wrong_try_again": "", @@ -2293,7 +2294,6 @@ "youll_no_longer_need_to_remember_credentials": "", "your_account_is_managed_by_admin_cant_join_additional_group": "", "your_account_is_managed_by_your_group_admin": "", - "your_account_will_be_managed_by_group": "", "your_add_on_has_been_cancelled_and_will_remain_active_until_your_billing_cycle_ends_on": "", "your_affiliation_is_confirmed": "", "your_browser_does_not_support_this_feature": "", @@ -2336,6 +2336,7 @@ "youre_about_to_enable_single_sign_on_sso_only": "", "youre_adding_x_licenses_to_your_plan_giving_you_a_total_of_y_licenses": "", "youre_already_setup_for_sso": "", + "youre_creating_account_for_x_it_will_be_managed_by_y": "", "youre_joining": "", "youre_not_eligible_for_a_free_trial": "", "youre_on_free_trial_which_ends_on": "", diff --git a/services/web/locales/en.json b/services/web/locales/en.json index 2b78d6f796..738e89429c 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -599,6 +599,7 @@ "doing_this_allow_log_in_through_institution_2": "Doing this will allow you to log in to <0>__appName__ through your institution and will reconfirm your institutional email address.", "doing_this_will_verify_affiliation_and_allow_log_in_2": "Doing this will verify your affiliation with <0>__institutionName__ and will allow you to log in to <0>__appName__ through your institution.", "done": "Done", + "dont_create_personal_projects_in_managed_account": "Don’t create personal projects in a managed account. You can set up a personal __appName__ account under another email address.", "dont_forget_you_currently_have": "Don’t forget, you currently have:", "dont_have_account": "Don’t have an account?", "dont_reload_or_close_this_tab": "Don’t reload or close this tab.", @@ -692,7 +693,6 @@ "email_does_not_belong_to_university": "We don’t recognize that domain as being affiliated with your university. Please contact us to add the affiliation.", "email_limit_reached": "You can have a maximum of <0>__emailAddressLimit__ email addresses on this account. To add another email address, please delete an existing one.", "email_link_expired": "Email link expired, please request a new one.", - "email_managed_by_group_is": "The email address that will be managed by your group is <0>__email__.", "email_must_be_linked_to_institution": "As a member of __institutionName__, this email address can only be added via single sign-on on your <0>account settings page. Please add a different recovery email address.", "email_notifications_are_currently_in_beta": "Email notifications are currently in beta.", "email_or_password_wrong_try_again": "Your email or password is incorrect. Please try again.", @@ -2860,7 +2860,6 @@ "your_account_is_managed_by_admin_cant_join_additional_group": "Your __appName__ account is managed by your current group admin (__admin__). This means you can’t join additional group subscriptions. <0>Read more about Managed Users.", "your_account_is_managed_by_your_group_admin": "Your account is managed by your group admin. You can’t change or delete your email address.", "your_account_is_suspended": "Your account is suspended", - "your_account_will_be_managed_by_group": "Your __appName__ account will be managed by __groupName__", "your_add_on_has_been_cancelled_and_will_remain_active_until_your_billing_cycle_ends_on": "Your add-on has been cancelled and will remain active until your billing cycle ends on __nextBillingDate__", "your_affiliation_is_confirmed": "Your <0>__institutionName__ affiliation is confirmed.", "your_browser_does_not_support_this_feature": "Sorry, your browser doesn’t support this feature. Please update your browser to its latest version.", @@ -2907,6 +2906,7 @@ "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.", "youre_already_setup_for_sso": "You’re already set up for SSO", + "youre_creating_account_for_x_it_will_be_managed_by_y": "You’re creating an account for __email__. It will be managed by __companyName__.", "youre_joining": "You’re joining", "youre_not_eligible_for_a_free_trial": "You’re not eligible for a free trial. Upgrade to start using premium features.", "youre_on_free_trial_which_ends_on": "You’re on a free trial which ends on <0>__date__.",