Commit 920b3139334a3981462d68058e481a97439de8c8

Authored by Daniela Feitosa
1 parent fc29298e

Replaced "Profile Info and Settings" by "Edit profile"

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
app/models/person.rb
... ... @@ -403,7 +403,7 @@ class Person < Profile
403 403 end
404 404  
405 405 def control_panel_settings_button
406   - {:title => _('Profile Info and settings'), :icon => 'edit-profile'}
  406 + {:title => _('Edit Profile'), :icon => 'edit-profile'}
407 407 end
408 408  
409 409 def disable
... ...
app/models/profile.rb
... ... @@ -810,7 +810,7 @@ private :generate_url, :url_options
810 810 end
811 811  
812 812 def control_panel_settings_button
813   - {:title => _('Profile Info and settings'), :icon => 'edit-profile'}
  813 + {:title => _('Edit Profile'), :icon => 'edit-profile'}
814 814 end
815 815  
816 816 def self.identification
... ...