Skip to content
Snippets Groups Projects
Commit 22191fcd authored by Alfredo Sumaran's avatar Alfredo Sumaran
Browse files

Rephrase deletion alert message

parent 35224dbf
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment