summaryrefslogtreecommitdiff
path: root/app/views/profiles
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@gmail.com>2013-10-22 11:35:05 +0900
committerDavid Pursehouse <david.pursehouse@gmail.com>2013-10-23 10:15:08 +0900
commitc2084639df00a93d3568c89244e48cb79075471f (patch)
tree2bc62e72d1cd34544c9e21543acb617aff2f9d75 /app/views/profiles
parent618ba8ca473ab852e9d8991c3b4ad76450c3aafe (diff)
downloadgitlab-ce-c2084639df00a93d3568c89244e48cb79075471f.tar.gz
Improve warning message when removing account
Diffstat (limited to 'app/views/profiles')
-rw-r--r--app/views/profiles/accounts/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/accounts/show.html.haml b/app/views/profiles/accounts/show.html.haml
index b950f3f7644..b76339027af 100644
--- a/app/views/profiles/accounts/show.html.haml
+++ b/app/views/profiles/accounts/show.html.haml
@@ -68,6 +68,6 @@
%li #{pluralize rp, 'personal project'} will be removed and cannot be restored
- if current_user.solo_owned_groups.present?
%li
- Next groups will be abandoned. You should transfer or remove them:
+ The following groups will be abandoned. You should transfer or remove them:
%strong #{current_user.solo_owned_groups.map(&:name).join(', ')}
= link_to 'Delete account', user_registration_path, confirm: "REMOVE #{current_user.name}? Are you sure?", method: :delete, class: "btn btn-remove"