diff --git a/src/locales/en.json b/src/locales/en.json
index cb8a1ae9..c3d98f7e 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -473,6 +473,7 @@
"blocked": "Notification is blocked, the reminder notification will not work! Please enable it on your browser.",
"desktop": "Desktop browser cannot receive notification if the browser is not running!",
"early": "The notification may arrive earlier (about 1-10 minutes) because of the way we send the notification",
+ "allowNotification": "Please allow the notification prompt that shows up!",
"transformer": "Parametric Transformer Reminder",
"last": "Enter when you last used the Parametric Transformer",
"countdown": "Enter countdown time of the Parametric Transformer (If you don't remember the exact time, you need to approximate it)",
diff --git a/src/routes/reminder.svelte b/src/routes/reminder.svelte
index 2a3fe406..e04be710 100644
--- a/src/routes/reminder.svelte
+++ b/src/routes/reminder.svelte
@@ -17,9 +17,9 @@
import { pushToast } from '../stores/toast';
import {
+ loading,
firebaseToken,
firstLoadNotification,
- loading,
loadingFirst,
notificationAllowed,
notificationSupported,
@@ -198,6 +198,9 @@
{#if loadingSave}
{$t('reminder.allowNotification')}
+ {/if}