summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-07-06 12:33:20 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2016-07-07 13:25:58 -0500
commit22191fcdd188b31bb1d3c2326d862019bd5b2457 (patch)
tree9f7bbd36bdd4e975d8e50ee97b95f6827bbb400c /app
parent35224dbf5e88936b138af7e6215a2e4e0503ae97 (diff)
downloadgitlab-ce-22191fcdd188b31bb1d3c2326d862019bd5b2457.tar.gz
Rephrase deletion alert message
Diffstat (limited to 'app')
-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