diff options
| author | Alfredo Sumaran <alfredo@gitlab.com> | 2016-07-06 12:33:20 -0500 |
|---|---|---|
| committer | Alfredo Sumaran <alfredo@gitlab.com> | 2016-07-07 13:25:58 -0500 |
| commit | 22191fcdd188b31bb1d3c2326d862019bd5b2457 (patch) | |
| tree | 9f7bbd36bdd4e975d8e50ee97b95f6827bbb400c | |
| parent | 35224dbf5e88936b138af7e6215a2e4e0503ae97 (diff) | |
| download | gitlab-ce-22191fcdd188b31bb1d3c2326d862019bd5b2457.tar.gz | |
Rephrase deletion alert message
| -rw-r--r-- | app/views/admin/users/_user.html.haml | 2 |
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 |
