Commit 7f13b28ef6a6d6f88f2614c9e0a76d70abc04337

Authored by Daniela Feitosa
Committed by Antonio Terceiro
1 parent 4e267381

Fixed message for activating profiles

(cherry picked from commit 96e1744b9ed5f91df815c3f0aefeae79ea1b9e5d)
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/profile_editor/edit.html.erb
... ... @@ -82,7 +82,7 @@
82 82 <% if profile.visible? %>
83 83 <%= 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?")}) %>
84 84 <% else %>
85   - <%= button(:add, _('Activate profile'), {:action => :activate_profile, :id=>profile.id}, :data => {:confirm=>_("Are you sure you want to deactivate this profile?")}) %>
  85 + <%= button(:add, _('Activate profile'), {:action => :activate_profile, :id=>profile.id}, :data => {:confirm=>_("Are you sure you want to activate this profile?")}) %>
86 86 <% end %>
87 87 <% end %>
88 88 <% end %>
... ...