Skip to content

Commit

Permalink
fix: i18n breadcrumb and title of error page
Browse files Browse the repository at this point in the history
  • Loading branch information
its-felix committed Jul 14, 2024
1 parent bcc5300 commit 04be5ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/util/state/use-route-context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ const ROUTES = [{
},
{
path: 'error',
title: i18nTitle((i18n) => i18n.routes.settings),
breadcrumb: i18nBreadcrumb((i18n) => i18n.routes.settings),
title: i18nTitle((i18n) => i18n.routes.error),
breadcrumb: i18nBreadcrumb((i18n) => i18n.routes.error),
},
// endregion
],
Expand Down

0 comments on commit 04be5ff

Please sign in to comment.