Commit 920b3139334a3981462d68058e481a97439de8c8
1 parent
fc29298e
Exists in
master
and in
29 other branches
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
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 | ... | ... |