From cb0769f29b0f97463553f8b99ff2581dbf9c8576 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Thu, 9 Apr 2026 11:14:04 +0200 Subject: [PATCH] Rename NotificationsPage component to SettingsPage for better clarity --- web/pages/settings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pages/settings.tsx b/web/pages/settings.tsx index 2456489c..656dd56e 100644 --- a/web/pages/settings.tsx +++ b/web/pages/settings.tsx @@ -29,7 +29,7 @@ import {sendPasswordReset} from 'web/lib/firebase/password' import {useT} from 'web/lib/locale' import {isNativeMobile} from 'web/lib/util/webview' -export default function NotificationsPage() { +export default function SettingsPage() { const t = useT() useRedirectIfSignedOut() return (