Rename NotificationsPage component to SettingsPage for better clarity

This commit is contained in:
MartinBraquet
2026-04-09 11:14:04 +02:00
parent ff273efa44
commit cb0769f29b

View File

@@ -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 (