Skip to content

Commit

Permalink
Merge pull request #16150 from opf/rename-private-list
Browse files Browse the repository at this point in the history
Rename `my private lists` -> `my lists`
  • Loading branch information
cbliard authored Jul 16, 2024
2 parents d646e5f + 24a1fb4 commit 8dcfbac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/menus/projects/menu.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def initialize(params:, controller_path:, current_user:)
def menu_items
[
OpenProject::Menu::MenuGroup.new(header: nil, children: main_static_filters),
OpenProject::Menu::MenuGroup.new(header: I18n.t(:"projects.lists.my_private"), children: my_filters),
OpenProject::Menu::MenuGroup.new(header: I18n.t(:"projects.lists.my_lists"), children: my_filters),
OpenProject::Menu::MenuGroup.new(header: I18n.t(:"projects.lists.shared"), children: shared_filters),
OpenProject::Menu::MenuGroup.new(header: I18n.t(:"activerecord.attributes.project.status_code"),
children: status_static_filters)
Expand Down
2 changes: 1 addition & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ en:
favored: "Favorite projects"
archived: "Archived projects"
shared: "Shared project lists"
my_private: "My private project lists"
my_lists: "My project lists"
new:
placeholder: "New project list"
delete_modal:
Expand Down

0 comments on commit 8dcfbac

Please sign in to comment.