diff --git a/ee/app/views/groups/sso/saml.html.haml b/ee/app/views/groups/sso/saml.html.haml index c52327438cb0c5d2504a9906359b633b51e10852..8a7777516ae73ba7997b043574465a887abf36be 100644 --- a/ee/app/views/groups/sso/saml.html.haml +++ b/ee/app/views/groups/sso/saml.html.haml @@ -18,5 +18,5 @@ %p= s_('SAML|The "%{group_path}" group allows you to sign in with your Single Sign-On Account.') % { group_path: @group_path } = render Pajamas::AlertComponent.new(variant: :warning, dismissible: false, alert_options: { class: 'gl-mb-5 gl-word-break-word' }) do |c| = c.body do - = s_('SAML|Selecting "Authorize" will transfer ownership of your GitLab account "%{username}" (%{email}) to your organization.') % { username: current_user.username, email: current_user.email } + = s_('SAML|Select "Authorize" to allow %{group_name} to manage your GitLab account "%{username}" (%{email}) after you sign in successfully with your single sign-on account.') % { group_name: @group_name, username: current_user.username, email: current_user.email } = saml_link _('Authorize'), @group_path, html_class: 'btn btn-confirm btn-md gl-button btn-block', data: { qa_selector: 'saml_sso_signin_button' } diff --git a/locale/gitlab.pot b/locale/gitlab.pot index 5a83c2483edcce9e8df1a212104d1dce9d940ae8..e9413406d7d61fceca33d019e1c9011c39e13dae 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -35106,7 +35106,7 @@ msgstr "" msgid "SAML for %{group_name}" msgstr "" -msgid "SAML|Selecting \"Authorize\" will transfer ownership of your GitLab account \"%{username}\" (%{email}) to your organization." +msgid "SAML|Select \"Authorize\" to allow %{group_name} to manage your GitLab account \"%{username}\" (%{email}) after you sign in successfully with your single sign-on account." msgstr "" msgid "SAML|Sign in to GitLab to connect your organization's account"