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