=_("Authorize %{link_to_client} to use your account?").html_safe%{link_to_client: link_to_client}
.modal-body
.gl-p-5
-ifcurrent_user.admin?
.text-warning
.gl-text-orange-500
%p
=sprite_icon('warning-solid')
=html_escape(_('You are an admin, which means granting access to %{client_name} will allow them to interact with GitLab as an admin as well. Proceed with caution.'))%{client_name: tag.strong(@pre_auth.client.name)}
-msg="Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: #{supported_characters}."
=s_(msg).html_safe
=sprintf(s_("Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."),{supported_characters: supported_characters}).html_safe
msgid "Preferences|When you type in a description or comment box, selected text is surrounded by the corresponding character after typing one of the following characters: %{supported_characters}."