diff --git a/packages/app/src/components/settings-v2/dialog-settings-v2.tsx b/packages/app/src/components/settings-v2/dialog-settings-v2.tsx
index e035cdfd4fd..f60a803c86b 100644
--- a/packages/app/src/components/settings-v2/dialog-settings-v2.tsx
+++ b/packages/app/src/components/settings-v2/dialog-settings-v2.tsx
@@ -69,7 +69,7 @@ export const DialogSettings: Component<{
- {language.t("settings.general.section.notifications")}
+ {language.t("settings.tab.notifications")}
diff --git a/packages/app/src/components/settings-v2/notifications.tsx b/packages/app/src/components/settings-v2/notifications.tsx
index 71540cc50fb..a1fa5ad1229 100644
--- a/packages/app/src/components/settings-v2/notifications.tsx
+++ b/packages/app/src/components/settings-v2/notifications.tsx
@@ -6,11 +6,7 @@ import { useLanguage } from "@/context/language"
import { useSettings } from "@/context/settings"
import { SettingsListV2 } from "./parts/list"
import { SettingsRowV2 } from "./parts/row"
-import {
- createSoundSettingsController,
- soundOptions,
- type SoundSettingsController,
-} from "./general-controllers"
+import { createSoundSettingsController, soundOptions, type SoundSettingsController } from "./general-controllers"
import "./settings-v2.css"
const soundSettings = {
@@ -73,7 +69,7 @@ export const SettingsNotificationsV2: Component = () => {
<>