diff --git a/src/app/[locale]/(private)/app-sidebar.tsx b/src/app/[locale]/(private)/app-sidebar.tsx index 844dd513..31d870cd 100644 --- a/src/app/[locale]/(private)/app-sidebar.tsx +++ b/src/app/[locale]/(private)/app-sidebar.tsx @@ -98,7 +98,7 @@ const createMenuGroups = (t: ReturnType) => [ }, { title: t('employment-system'), - url: '/survey', + url: '/employment-system', icon: BagSimple, }, { diff --git a/src/app/[locale]/(private)/survey/page.tsx b/src/app/[locale]/(private)/employment-system/page.tsx similarity index 91% rename from src/app/[locale]/(private)/survey/page.tsx rename to src/app/[locale]/(private)/employment-system/page.tsx index 96c2ad6f..92031bf2 100644 --- a/src/app/[locale]/(private)/survey/page.tsx +++ b/src/app/[locale]/(private)/employment-system/page.tsx @@ -6,7 +6,7 @@ import { Paragraph } from '@/components/typography/paragraph'; import { Button } from '@/components/ui/button'; import { redirectToEmploymentSystem } from '@/actions/auth.actions'; -const INTL_NAMESPACE = 'private.survey'; +const INTL_NAMESPACE = 'private.employment-system'; export async function generateMetadata({ params: { locale } }: any) { const t = await getTranslations({ locale, namespace: INTL_NAMESPACE }); @@ -16,7 +16,7 @@ export async function generateMetadata({ params: { locale } }: any) { }; } -export default function SettingsPage() { +export default function EmploymentSystemPage() { const t = useTranslations(INTL_NAMESPACE); return ( diff --git a/src/messages/en.json b/src/messages/en.json index ff309b75..150332f1 100644 --- a/src/messages/en.json +++ b/src/messages/en.json @@ -267,7 +267,7 @@ "not-specified": "Not specified" } }, - "survey": { + "employment-system": { "title": "Employment system", "subtitle": "You can proceed to filling out the skills and knowledge questionnaire or watch the video tutorial", "button": { diff --git a/src/messages/uk.json b/src/messages/uk.json index 874fed99..cdc57a85 100644 --- a/src/messages/uk.json +++ b/src/messages/uk.json @@ -267,7 +267,7 @@ "not-specified": "Не вказано" } }, - "survey": { + "employment-system": { "title": "Система працевлаштування", "subtitle": "Ви можете перейти до заповнення анкети навичок та знань, або переглянути відео-інструкцію", "button": {