Commit 96e1744b9ed5f91df815c3f0aefeae79ea1b9e5d

Authored by Daniela Feitosa
1 parent 90db0fd7

Fixed message for activating profiles

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/profile_editor/edit.html.erb
... ... @@ -89,7 +89,7 @@
89 89 <% else %>
90 90 <%= button(:add, _('Activate profile'),
91 91 {:action => :activate_profile, :id=>profile.id},
92   - :data => {:confirm=>_("Are you sure you want to deactivate this profile?")})
  92 + :data => {:confirm=>_("Are you sure you want to activate this profile?")})
93 93 %>
94 94 <% end %>
95 95 <% end %>
... ...