diff --git a/app/dashboard/settings/Settings.tsx b/app/dashboard/settings/Settings.tsx
index fde4b05..e006d2a 100644
--- a/app/dashboard/settings/Settings.tsx
+++ b/app/dashboard/settings/Settings.tsx
@@ -671,12 +671,24 @@ export default function Settings() {
{notification.type === "smtp" && "Email notifications"} {notification.type === "telegram" && "Telegram bot alerts"} {notification.type === "discord" && "Discord webhook alerts"} + {notification.type === "gotify" && "Gotify notifications"} + {notification.type === "ntfy" && "Ntfy notifications"}