From 3c55d9a1e0ed61608f82f2bce61fee98fdb3e2ca Mon Sep 17 00:00:00 2001 From: Mir Bhatia Date: Mon, 20 Jan 2025 10:56:31 +0100 Subject: [PATCH] Update breadcrumb label --- .../app/components/meetings/index_page_header_component.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/meeting/app/components/meetings/index_page_header_component.rb b/modules/meeting/app/components/meetings/index_page_header_component.rb index aca17d620c40..53b21d451ceb 100644 --- a/modules/meeting/app/components/meetings/index_page_header_component.rb +++ b/modules/meeting/app/components/meetings/index_page_header_component.rb @@ -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