diff --git a/views/gamification/_gamification_profile_settings.html.erb b/views/gamification/_gamification_profile_settings.html.erb index 0c71e31..b42c7a5 100644 --- a/views/gamification/_gamification_profile_settings.html.erb +++ b/views/gamification/_gamification_profile_settings.html.erb @@ -1,7 +1,7 @@

<%= _('Gamification Settings') %>

<% if profile.gamification_plugin_disabled %> - <%= button(:remove, _('Enable gamification'), + <%= button(:add, _('Enable gamification'), {:action => :enable_gamification, profile: profile.identifier, controller: :gamification_plugin_myprofile}, :id => 'gamification_enable', :data => {:confirm=>_("Are you sure you want to activate gamification for this profile?")}) -- libgit2 0.21.2