diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index 97de9d2176..2efb79ddba 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -201,6 +201,7 @@ "confirm_delete_user_type_email_address": "", "confirm_new_password": "", "confirm_primary_email_change": "", + "confirm_remove_sso_config_enter_email": "", "confirm_your_email": "", "confirmation_code_message": "", "confirming": "", diff --git a/services/web/locales/en.json b/services/web/locales/en.json index feda7d1493..5be9c494a1 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -252,7 +252,7 @@ "clearing": "Clearing", "click_here_to_view_sl_in_lng": "Click here to use __appName__ in <0>__lngName__", "click_link_to_proceed": "Click __clickText__ below to proceed.", - "clicking_delete_will_remove_sso_config_and_clear_saml_data": "Clicking <0>Delete will remove your SSO configuration and clear SAML data for all linked users. You can only do this when SSO is disabled in your Group settings.", + "clicking_delete_will_remove_sso_config_and_clear_saml_data": "Clicking <0>Delete will remove your SSO configuration and unlink all users. You can only do this when SSO is disabled in your Group settings.", "clone_with_git": "Clone with Git", "close": "Close", "clsi_maintenance": "The compile servers are down for maintenance, and will be back shortly.", @@ -305,6 +305,7 @@ "confirm_email": "Confirm Email", "confirm_new_password": "Confirm New Password", "confirm_primary_email_change": "Confirm primary email change", + "confirm_remove_sso_config_enter_email": "To confirm you want to remove your SSO configuration, enter your email address:", "confirm_your_email": "Confirm your email address", "confirmation_code_message": "We’ve sent a 6-digit confirmation code to __email__. Please enter it below to confirm your email address.", "confirmation_link_broken": "Sorry, something is wrong with your confirmation link. Please try copy and pasting the link from the bottom of your confirmation email.",