summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-07-06 12:33:20 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2016-07-06 12:41:02 -0500
commit3663f751ee17607877dd543ff12c8a67972e0a7a (patch)
tree139a515ea242f7e5d664b2bc54698406e681f8d4
parentceffdcf865d31d111e017722fc9dd1a4912c06a0 (diff)
downloadgitlab-ce-issue_3946.tar.gz
Rephrase deletion alert messageissue_3946
-rw-r--r--app/views/admin/users/_user.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/users/_user.html.haml b/app/views/admin/users/_user.html.haml
index 463993d0c17..d3519f616f6 100644
--- a/app/views/admin/users/_user.html.haml
+++ b/app/views/admin/users/_user.html.haml
@@ -37,6 +37,6 @@
- if user.can_be_removed?
%li.divider
%li
- = link_to 'Delete User', [:admin, user], data: { confirm: "USER #{user.name} WILL BE REMOVED! All issues, merge requests and groups linked to this user will also be removed! Maybe block the user instead? Are you sure?" },
+ = link_to 'Delete User', [:admin, user], data: { confirm: "USER #{user.name} WILL BE REMOVED! All issues, merge requests and groups linked to this user will also be removed! Consider cancelling this deletion and blocking the user instead. Are you sure?" },
class: 'btn btn-remove btn-block',
method: :delete