From 7f13b28ef6a6d6f88f2614c9e0a76d70abc04337 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 a02ed3c..d98de7c 100644 --- a/app/views/profile_editor/edit.html.erb +++ b/app/views/profile_editor/edit.html.erb @@ -82,7 +82,7 @@ <% if profile.visible? %> <%= button(:remove, _('Deactivate profile'), {:action => :deactivate_profile, :id=>profile.id}, :id=>'deactivate_profile_button', :data => {:confirm=>_("Are you sure you want to deactivate this profile?")}) %> <% else %> - <%= button(:add, _('Activate profile'), {:action => :activate_profile, :id=>profile.id}, :data => {:confirm=>_("Are you sure you want to deactivate this profile?")}) %> + <%= button(:add, _('Activate profile'), {:action => :activate_profile, :id=>profile.id}, :data => {:confirm=>_("Are you sure you want to activate this profile?")}) %> <% end %> <% end %> <% end %> -- libgit2 0.21.2