Commit 7e3945be authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Merge branch...

Merge branch '344195-replace-data-confirm-modals-with-glmodal-in-app-views-profiles-chat_names-_chat_name-html-2' into 'master'

Use `GlModal` in `_chat_name.html.haml`

See merge request gitlab-org/gitlab!80884
parents ecb025c5 6a978e5a
......@@ -24,4 +24,4 @@
= _('Never')
%td
= link_to _('Remove'), profile_chat_name_path(chat_name), method: :delete, class: 'gl-button btn btn-danger float-right', data: { confirm: _('Are you sure you want to revoke this nickname?') }
= link_to _('Remove'), profile_chat_name_path(chat_name), method: :delete, class: 'gl-button btn btn-danger float-right', aria: { label: _('Remove') }, data: { confirm: _('Are you sure you want to remove this nickname?'), confirm_btn_variant: 'danger' }
......@@ -4788,6 +4788,9 @@ msgstr ""
msgid "Are you sure you want to remove this list?"
msgstr ""
msgid "Are you sure you want to remove this nickname?"
msgstr ""
msgid "Are you sure you want to reset the health check token?"
msgstr ""
......@@ -4800,9 +4803,6 @@ msgstr ""
msgid "Are you sure you want to revoke this %{type}? This action cannot be undone."
msgstr ""
msgid "Are you sure you want to revoke this nickname?"
msgstr ""
msgid "Are you sure you want to revoke this personal access token? This action cannot be undone."
msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment