diff --git a/src/components/LanguageSwitcher.tsx b/src/components/LanguageSwitcher.tsx index eb32629..921879a 100644 --- a/src/components/LanguageSwitcher.tsx +++ b/src/components/LanguageSwitcher.tsx @@ -17,14 +17,11 @@ type HorizontalLineProps = { export default function HorizontalLine( props: HorizontalLineProps ): JSX.Element { - const { locales, router } = props; + const { locales, router, langui } = props; return (
-

- This content is not available in the currently selected language. You - can select one the following languages instead: -

+

{langui.language_switch_message}

{locales.map((locale, index) => (