From 52f81a34c316dd915dd8531f743037234e211cf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20S=C3=A1nchez?= Date: Mon, 9 Jan 2023 10:31:00 +0100 Subject: [PATCH] fix(i18n): hint for settings on notifications page (#893) Co-authored-by: Daniel Roe --- ...ificationEnablePushNotification.client.vue | 21 ++++++++++++++++--- locales/en-GB.json | 2 ++ locales/en-US.json | 2 ++ locales/es-ES.json | 2 ++ pages/settings/notifications/index.vue | 4 ++-- 5 files changed, 26 insertions(+), 5 deletions(-) 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)