Skip to content

Commit

Permalink
Rename "My account" to "Account settings"
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-contreras committed Oct 1, 2024
1 parent 05a30db commit fba83a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/initializers/menus.rb
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
if: Proc.new { User.current.logged? }
menu.push :my_account,
{ controller: "/my", action: "account" },
caption: :label_my_account,
if: Proc.new { User.current.logged? }
menu.push :administration,
{ controller: "/admin", action: "index" },
Expand Down
2 changes: 1 addition & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2370,7 +2370,7 @@ en:
label_more: "More"
label_more_than_ago: "more than days ago"
label_move_work_package: "Move work package"
label_my_account: "My account"
label_my_account: "Account settings"
label_my_activity: "My activity"
label_my_account_data: "My account data"
label_my_avatar: "My avatar"
Expand Down

0 comments on commit fba83a4

Please sign in to comment.