Skip to content

Commit

Permalink
Rnemae my private lists -> my lists
Browse files Browse the repository at this point in the history
  • Loading branch information
klaustopher committed Jul 16, 2024
1 parent d646e5f commit 24a1fb4
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 24a1fb4

Please sign in to comment.