diff --git a/app/helpers/navigation_helper.rb b/app/helpers/navigation_helper.rb index a2b5c7e2d..8123259e3 100644 --- a/app/helpers/navigation_helper.rb +++ b/app/helpers/navigation_helper.rb @@ -25,7 +25,7 @@ module NavigationHelper def intro_nav_items [ { name: t("layouts.application.nav.home"), path: chats_path, icon: "home", icon_custom: false, active: page_active?(chats_path) }, - { name: "Intro", path: intro_path, icon: "sparkles", icon_custom: false, active: page_active?(intro_path) } + { name: t("layouts.application.nav.intro"), path: intro_path, icon: "sparkles", icon_custom: false, active: page_active?(intro_path) } ] end end diff --git a/config/locales/views/layout/en.yml b/config/locales/views/layout/en.yml index e5702c5e7..64a8dd3dc 100644 --- a/config/locales/views/layout/en.yml +++ b/config/locales/views/layout/en.yml @@ -8,6 +8,7 @@ en: assistant: Assistant budgets: Budgets home: Home + intro: Intro reports: Reports transactions: Transactions auth: