Commit 920b3139334a3981462d68058e481a97439de8c8
1 parent
fc29298e
Exists in
master
and in
23 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
| @@ -403,7 +403,7 @@ class Person < Profile | @@ -403,7 +403,7 @@ class Person < Profile | ||
| 403 | end | 403 | end |
| 404 | 404 | ||
| 405 | def control_panel_settings_button | 405 | def control_panel_settings_button |
| 406 | - {:title => _('Profile Info and settings'), :icon => 'edit-profile'} | 406 | + {:title => _('Edit Profile'), :icon => 'edit-profile'} |
| 407 | end | 407 | end |
| 408 | 408 | ||
| 409 | def disable | 409 | def disable |
app/models/profile.rb
| @@ -810,7 +810,7 @@ private :generate_url, :url_options | @@ -810,7 +810,7 @@ private :generate_url, :url_options | ||
| 810 | end | 810 | end |
| 811 | 811 | ||
| 812 | def control_panel_settings_button | 812 | def control_panel_settings_button |
| 813 | - {:title => _('Profile Info and settings'), :icon => 'edit-profile'} | 813 | + {:title => _('Edit Profile'), :icon => 'edit-profile'} |
| 814 | end | 814 | end |
| 815 | 815 | ||
| 816 | def self.identification | 816 | def self.identification |