+{/if}
diff --git a/Foxnouns.Frontend/src/lib/components/settings/Notification.svelte b/Foxnouns.Frontend/src/lib/components/settings/Notification.svelte
index c452f4c..796d60a 100644
--- a/Foxnouns.Frontend/src/lib/components/settings/Notification.svelte
+++ b/Foxnouns.Frontend/src/lib/components/settings/Notification.svelte
@@ -38,6 +38,6 @@
diff --git a/Foxnouns.Frontend/src/lib/i18n/locales/en.json b/Foxnouns.Frontend/src/lib/i18n/locales/en.json
index 9f54943..dc74d2f 100644
--- a/Foxnouns.Frontend/src/lib/i18n/locales/en.json
+++ b/Foxnouns.Frontend/src/lib/i18n/locales/en.json
@@ -350,6 +350,8 @@
"notification": {
"suspension": "Your account has been suspended for the following reason: {{reason}}",
"warning": "You have been warned for the following reason: {{reason}}",
- "warning-cleared-fields": "You have been warned for the following reason: {{reason}}\n\nAdditionally, the following fields have been cleared from your profile:\n{{clearedFields}}"
+ "warning-cleared-fields": "You have been warned for the following reason: {{reason}}\n\nAdditionally, the following fields have been cleared from your profile:\n{{clearedFields}}",
+ "mark-as-read": "Mark as read",
+ "no-notifications": "You have no notifications."
}
}
diff --git a/Foxnouns.Frontend/src/routes/+page.svelte b/Foxnouns.Frontend/src/routes/+page.svelte
index 47ab0e5..4fd36dc 100644
--- a/Foxnouns.Frontend/src/routes/+page.svelte
+++ b/Foxnouns.Frontend/src/routes/+page.svelte
@@ -1,4 +1,5 @@
{$t("title.settings")} • pronouns.cc
+{#if data.meta.notice}
+