Skip to content

Commit

Permalink
Merge pull request #17665 from opf/bug/59994-breadcrumb-name-should-b…
Browse files Browse the repository at this point in the history
…e-my-meetings

[#59994] Breadcrumb name should be 'My meetings'
  • Loading branch information
mrmir authored Jan 20, 2025
2 parents 39460b8 + 3c55d9a commit 315f21f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def page_title
if current_item.present?
current_item.title
else
I18n.t(:label_meeting_plural)
I18n.t(:label_my_meetings)
end
end

Expand Down

0 comments on commit 315f21f

Please sign in to comment.