From c2084639df00a93d3568c89244e48cb79075471f Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Tue, 22 Oct 2013 11:35:05 +0900 Subject: [PATCH] Improve warning message when removing account --- app/views/profiles/accounts/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/profiles/accounts/show.html.haml b/app/views/profiles/accounts/show.html.haml index b950f3f..b763390 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" -- libgit2 0.21.2