diff --git a/components/notification/NotificationEnablePushNotification.client.vue b/components/notification/NotificationEnablePushNotification.client.vue
index 175b33d7..3b1c654b 100644
--- a/components/notification/NotificationEnablePushNotification.client.vue
+++ b/components/notification/NotificationEnablePushNotification.client.vue
@@ -1,4 +1,6 @@
@@ -38,8 +42,19 @@ const isLegacyAccount = computed(() => !currentUser.value?.vapidKey)
-
- {{ $t(`settings.notifications.push_notifications.warning.enable_description${closeableHeader ? '' : '_settings'}`) }}
+
+
+ {{ $t('settings.notifications.push_notifications.warning.enable_description') }}
+
+
+ {{ $t('settings.notifications.push_notifications.warning.enable_description_mobile') }}
+
+
+ {{ $t('settings.notifications.push_notifications.warning.enable_description_desktop') }}
+
+
+
+ {{ $t('settings.notifications.push_notifications.warning.enable_description_settings') }}
{{ $t('settings.notifications.push_notifications.warning.re_auth') }}
@@ -52,7 +67,7 @@ const isLegacyAccount = computed(() => !currentUser.value?.vapidKey)
@click="$emit('subscribe')"
>
- {{ $t('settings.notifications.push_notifications.warning.enable_desktop') }}
+ {{ $t('settings.notifications.push_notifications.warning.enable_desktop') }}
diff --git a/locales/en-GB.json b/locales/en-GB.json
index 7cda0020..8589be68 100644
--- a/locales/en-GB.json
+++ b/locales/en-GB.json
@@ -245,6 +245,8 @@
"warning": {
"enable_close": "Close",
"enable_description": "To receive notifications when Elk is not open, enable push notifications. You can control precisely what types of interactions generate push notifications via the \"@:settings.notifications.show_btn{'\"'} button above once enabled.",
+ "enable_description_desktop": "To receive notifications when Elk is not open, enable push notifications. You can control precisely what types of interactions generate push notifications in the navigation menu under \"Settings > Notifications > Push notifications settings\" once enabled.",
+ "enable_description_mobile": "You can also access the settings using the navigation menu under \"Settings > Notifications > Push notification settings\".",
"enable_description_settings": "To receive notifications when Elk is not open, enable push notifications. You will be able to control precisely what types of interactions generate push notifications on this same screen once you enable them.",
"enable_desktop": "Enable push notifications",
"enable_title": "Never miss anything",
diff --git a/locales/en-US.json b/locales/en-US.json
index f096dfce..e5d77b50 100644
--- a/locales/en-US.json
+++ b/locales/en-US.json
@@ -304,6 +304,8 @@
"warning": {
"enable_close": "Close",
"enable_description": "To receive notifications when Elk is not open, enable push notifications. You can control precisely what types of interactions generate push notifications via the \"@:settings.notifications.show_btn{'\"'} button above once enabled.",
+ "enable_description_desktop": "To receive notifications when Elk is not open, enable push notifications. You can control precisely what types of interactions generate push notifications in \"Settings > Notifications > Push notifications settings\" once enabled.",
+ "enable_description_mobile": "You can also access the settings using the navigation menu \"Settings > Notifications > Push notification settings\".",
"enable_description_settings": "To receive notifications when Elk is not open, enable push notifications. You will be able to control precisely what types of interactions generate push notifications on this same screen once you enable them.",
"enable_desktop": "Enable push notifications",
"enable_title": "Never miss anything",
diff --git a/locales/es-ES.json b/locales/es-ES.json
index fd63b8a2..55cc9b00 100644
--- a/locales/es-ES.json
+++ b/locales/es-ES.json
@@ -304,6 +304,8 @@
"warning": {
"enable_close": "Cerrar",
"enable_description": "Para recibir notificaciones cuando Elk no esté abierto, habilita las notificaciones push. Puedes controlar con precisión qué tipos de interacciones generan notificaciones push a través del botón \"@:settings.notifications.show_btn{'\"'} de arriba una vez que estén habilitadas.",
+ "enable_description_desktop": "Para recibir notificaciones cuando Elk no esté abierto, habilite las notificaciones push. Puedes controlar con precisión qué tipos de interacciones generan notificaciones push en el menú de navegación en \"Ajustes > Notificaciones > Ajustes de notificaciones push\" una vez que estén habilitadas.",
+ "enable_description_mobile": "También podrá acceder a la configuración utilizando el menú de navegación en \"Ajustes > Notificaciones > Ajutes de notificaciones push\".",
"enable_description_settings": "Para recibir notificaciones cuando Elk no esté abierto, habilita las notificaciones push. Podrás controlar con precisión qué tipos de interacciones generan notificaciones push en esta misma pantalla una vez las habilites.",
"enable_desktop": "Habilitar notificaciones push",
"enable_title": "Nunca te pierdas nada",
diff --git a/pages/settings/notifications/index.vue b/pages/settings/notifications/index.vue
index fc010710..5fdfae41 100644
--- a/pages/settings/notifications/index.vue
+++ b/pages/settings/notifications/index.vue
@@ -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')}`,
})
@@ -15,7 +15,7 @@ useHeadFixed({
- {{ $t('settings.notifications.notifications.label') }}
+ {{ $t('settings.notifications.label') }}