fix(i18n): hint for settings on notifications page (#893)
Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
parent
e336ac928b
commit
52f81a34c3
5 changed files with 26 additions and 5 deletions
|
@ -7,7 +7,7 @@ const { t } = useI18n()
|
|||
const pwaEnabled = useRuntimeConfig().public.pwaEnabled
|
||||
|
||||
useHeadFixed({
|
||||
title: () => `${t('settings.notifications.notifications.label')} | ${t('nav.settings')}`,
|
||||
title: () => `${t('settings.notifications.label')} | ${t('nav.settings')}`,
|
||||
})
|
||||
</script>
|
||||
|
||||
|
@ -15,7 +15,7 @@ useHeadFixed({
|
|||
<MainContent back-on-small-screen>
|
||||
<template #title>
|
||||
<div text-lg font-bold flex items-center gap-2 @click="$scrollToTop">
|
||||
<span>{{ $t('settings.notifications.notifications.label') }}</span>
|
||||
<span>{{ $t('settings.notifications.label') }}</span>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue