From 96e1744b9ed5f91df815c3f0aefeae79ea1b9e5d Mon Sep 17 00:00:00 2001 From: Daniela Feitosa Date: Tue, 11 Aug 2015 12:46:03 -0300 Subject: [PATCH] Fixed message for activating profiles --- app/views/profile_editor/edit.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/profile_editor/edit.html.erb b/app/views/profile_editor/edit.html.erb index af5475d..220dce3 100644 --- a/app/views/profile_editor/edit.html.erb +++ b/app/views/profile_editor/edit.html.erb @@ -89,7 +89,7 @@ <% else %> <%= button(:add, _('Activate profile'), {:action => :activate_profile, :id=>profile.id}, - :data => {:confirm=>_("Are you sure you want to deactivate this profile?")}) + :data => {:confirm=>_("Are you sure you want to activate this profile?")}) %> <% end %> <% end %> -- libgit2 0.21.2