summaryrefslogtreecommitdiff
path: root/app/views/admin/users/_modals.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/users/_modals.html.haml')
-rw-r--r--app/views/admin/users/_modals.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/users/_modals.html.haml b/app/views/admin/users/_modals.html.haml
index f6e7cefafe7..0890990f476 100644
--- a/app/views/admin/users/_modals.html.haml
+++ b/app/views/admin/users/_modals.html.haml
@@ -1,5 +1,5 @@
#js-delete-user-modal
-#js-modal-texts.hidden{ "hidden": true, "aria-hidden": true }
+#js-modal-texts.hidden{ "hidden": true, "aria-hidden": "true" }
%div{ data: { modal: "delete",
title: s_("AdminUsers|Delete User %{username}?"),
action: s_('AdminUsers|Delete user'),