From 56992dcd493f3c5381910e0b376308325abcc482 Mon Sep 17 00:00:00 2001 From: Alexandre Bourdin Date: Wed, 9 Aug 2023 11:07:57 +0200 Subject: [PATCH] Merge pull request #14202 from overleaf/ab-managed-users-terms-conditions [web] Add a terms and conditions step when enabling managed users GitOrigin-RevId: 0a30898d9ed53fdfbdf630605d1d8c952e7de9b0 --- services/web/frontend/extracted-translations.json | 4 ++++ services/web/locales/en.json | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index eda4d7cbd0..ba664f8ce0 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -18,6 +18,7 @@ "accept_all": "", "accept_invitation": "", "accept_or_reject_each_changes_individually": "", + "accept_terms_and_conditions": "", "accepted_invite": "", "access_denied": "", "account_has_been_link_to_institution_account": "", @@ -52,6 +53,7 @@ "address_second_line_optional": "", "aggregate_changed": "", "aggregate_to": "", + "agree_with_the_terms": "", "all_premium_features": "", "all_premium_features_including": "", "all_projects": "", @@ -178,6 +180,7 @@ "contact_sales": "", "contact_support_to_change_group_subscription": "", "contact_us": "", + "continue": "", "continue_github_merge": "", "copied": "", "copy": "", @@ -618,6 +621,7 @@ "managed": "", "managed_users": "", "managed_users_explanation": "", + "managed_users_terms": "", "managers_management": "", "mark_as_resolved": "", "math_display": "", diff --git a/services/web/locales/en.json b/services/web/locales/en.json index a463bf43ff..1b217a2109 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -22,7 +22,7 @@ "about_to_delete_the_following_project": "You are about to delete the following project", "about_to_delete_the_following_projects": "You are about to delete the following projects", "about_to_delete_user_preamble": "You’re about to delete __userName__ (__userEmail__). Doing this will mean:", - "about_to_enable_managed_users": "You’re about to enable Managed Users for your organization. Once Managed Users is enabled, you can’t disable it.", + "about_to_enable_managed_users": "By enabling the Managed Users feature, all existing members of your group subscription will be invited to become managed. This will give you admin rights over their account. You will also have the option to invite new members to join the subscription and become managed.", "about_to_leave_projects": "You are about to leave the following projects:", "about_to_trash_projects": "You are about to trash the following projects:", "abstract": "Abstract", @@ -30,6 +30,7 @@ "accept_all": "Accept all", "accept_invitation": "Accept invitation", "accept_or_reject_each_changes_individually": "Accept or reject each change individually", + "accept_terms_and_conditions": "Accept terms and conditions", "accepted_invite": "Accepted invite", "accepting_invite_as": "You are accepting this invite as", "acces_work_from_anywhere": "Access your work from anywhere in the world", @@ -80,6 +81,7 @@ "advanced_search": "Advanced Search", "aggregate_changed": "Changed", "aggregate_to": "to", + "agree_with_the_terms": "I agree with the Overleaf terms", "all": "All", "all_our_group_plans_offer_educational_discount": "All of our <0>group plans offer an <1>educational discount for students and faculty", "all_packages_and_templates": "All the packages and <0>__templatesLink__ you need", @@ -1000,6 +1002,7 @@ "managed": "Managed", "managed_users": "Managed Users", "managed_users_explanation": "Managed Users ensures you stay in control of your organization’s projects and who owns them. <0>Read more about Managed Users.", + "managed_users_terms": "To use the Managed Users feature, you must agree to the latest version of our customer terms at <0>__link__ on behalf of your organization by selecting \"I agree\" below. These terms will then apply to your organization’s use of Overleaf in place of any previously agreed Overleaf terms, except where we have a signed agreement in place with you, in which case that signed agreement will continue to govern. Please keep a copy for your records", "managers_cannot_remove_admin": "Admins cannot be removed", "managers_cannot_remove_self": "Managers cannot remove themselves", "managers_management": "Managers management",