diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index 2efb79ddba..aa46191d9b 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -216,6 +216,7 @@ "contact_us": "", "continue": "", "continue_github_merge": "", + "continue_to": "", "copied": "", "copy": "", "copy_project": "", @@ -1184,6 +1185,7 @@ "spell_check": "", "sso": "", "sso_active": "", + "sso_already_setup_good_to_go": "", "sso_config_deleted": "", "sso_config_prop_help_certificate": "", "sso_config_prop_help_first_name": "", @@ -1586,6 +1588,7 @@ "youre_about_to_disable_single_sign_on": "", "youre_about_to_enable_single_sign_on": "", "youre_about_to_enable_single_sign_on_sso_only": "", + "youre_already_setup_for_sso": "", "youre_on_free_trial_which_ends_on": "", "youre_signed_in_as_logout": "", "youve_unlinked_all_users": "", diff --git a/services/web/frontend/stylesheets/modules/group-settings.less b/services/web/frontend/stylesheets/modules/group-settings.less index 3017be267f..81fdd34050 100644 --- a/services/web/frontend/stylesheets/modules/group-settings.less +++ b/services/web/frontend/stylesheets/modules/group-settings.less @@ -83,6 +83,10 @@ h3.group-settings-title { width: 100%; margin: 8px 0; } + .btn-link-logout { + width: auto; + margin: 0; + } } .managed-users-enabled { diff --git a/services/web/locales/en.json b/services/web/locales/en.json index 5be9c494a1..9b670f6a53 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -2247,7 +2247,6 @@ "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_already_setup_for_sso": "You’re already set up for SSO", "youre_on_free_trial_which_ends_on": "You’re on a free trial which ends on <0>__date__.", - "youre_signed_in_as": "You’re signed in as <0>__email__.", "youre_signed_in_as_logout": "You’re signed in as <0>__email__. <1>Log out.", "youve_unlinked_all_users": "You’ve unlinked all users", "zh-CN": "Chinese",