diff --git a/app/models/person.rb b/app/models/person.rb index 6c3c609..d4c4d1d 100644 --- a/app/models/person.rb +++ b/app/models/person.rb @@ -403,7 +403,7 @@ class Person < Profile end def control_panel_settings_button - {:title => _('Profile Info and settings'), :icon => 'edit-profile'} + {:title => _('Edit Profile'), :icon => 'edit-profile'} end def disable diff --git a/app/models/profile.rb b/app/models/profile.rb index aa80706..cf7482b 100644 --- a/app/models/profile.rb +++ b/app/models/profile.rb @@ -810,7 +810,7 @@ private :generate_url, :url_options end def control_panel_settings_button - {:title => _('Profile Info and settings'), :icon => 'edit-profile'} + {:title => _('Edit Profile'), :icon => 'edit-profile'} end def self.identification -- libgit2 0.21.2