summaryrefslogtreecommitdiff
path: root/app/helpers/users_helper.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-06-13 21:09:12 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-06-13 21:09:12 +0000
commit4ea2496094922fc17d9f7f84c2a44d691c483190 (patch)
tree1c9824c696e3deca5f0a5be96617e9d6659d90b3 /app/helpers/users_helper.rb
parentd4a7d0bec23c624bd0e7d690bdc0cb3fe8387378 (diff)
downloadgitlab-ce-4ea2496094922fc17d9f7f84c2a44d691c483190.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/helpers/users_helper.rb')
-rw-r--r--app/helpers/users_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/users_helper.rb b/app/helpers/users_helper.rb
index fd460d71867..e46aa6a446c 100644
--- a/app/helpers/users_helper.rb
+++ b/app/helpers/users_helper.rb
@@ -140,7 +140,7 @@ module UsersHelper
messageHtml: message,
actionPrimary: {
text: s_('AdminUsers|Confirm user'),
- attributes: [{ variant: 'info', 'data-qa-selector': 'confirm_user_confirm_button' }]
+ attributes: [{ variant: 'confirm', 'data-qa-selector': 'confirm_user_confirm_button' }]
},
actionSecondary: {
text: _('Cancel'),