Commit 3184daec authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch...

Merge branch '344154-replace-data-confirm-modals-with-glmodal-in-app-views-doorkeeper-authorized_applications' into 'master'

Use `GlModal` in `_delete_form.html.haml`

See merge request gitlab-org/gitlab!80464
parents 1c49d292 f386c6f0
......@@ -5,4 +5,4 @@
= form_tag path do
%input{ :name => "_method", :type => "hidden", :value => "delete" }/
= submit_tag _('Revoke'), class: 'gl-button btn btn-danger btn-sm', data: { confirm: _('Are you sure?') }
= submit_tag _('Revoke'), class: 'gl-button btn btn-danger btn-sm', aria: { label: s_('AuthorizedApplication|Revoke application') }, data: { confirm: s_('AuthorizedApplication|Are you sure you want to revoke this application?'), confirm_btn_variant: 'danger' }
......@@ -5161,6 +5161,12 @@ msgstr ""
msgid "Authorized applications (%{size})"
msgstr ""
msgid "AuthorizedApplication|Are you sure you want to revoke this application?"
msgstr ""
msgid "AuthorizedApplication|Revoke application"
msgstr ""
msgid "Authors: %{authors}"
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