@@ -6,11 +6,7 @@ import { useLanguage } from "@/context/language"
66import { useSettings } from "@/context/settings"
77import { SettingsListV2 } from "./parts/list"
88import { SettingsRowV2 } from "./parts/row"
9- import {
10- createSoundSettingsController ,
11- soundOptions ,
12- type SoundSettingsController ,
13- } from "./general-controllers"
9+ import { createSoundSettingsController , soundOptions , type SoundSettingsController } from "./general-controllers"
1410import "./settings-v2.css"
1511
1612const soundSettings = {
@@ -73,7 +69,7 @@ export const SettingsNotificationsV2: Component = () => {
7369 < >
7470 < div class = "settings-v2-tab-header" >
7571 < div class = "settings-v2-tab-header-row" >
76- < h2 class = "settings-v2-tab-title" > { language . t ( "settings.general.section .notifications" ) } </ h2 >
72+ < h2 class = "settings-v2-tab-title" > { language . t ( "settings.tab .notifications" ) } </ h2 >
7773 < ButtonV2 size = "small" variant = "ghost-muted" onClick = { restoreDefaults } >
7874 { language . t ( "common.reset" ) }
7975 </ ButtonV2 >
@@ -82,7 +78,6 @@ export const SettingsNotificationsV2: Component = () => {
8278
8379 < div class = "settings-v2-tab-body" >
8480 < div class = "settings-v2-section" >
85- < h3 class = "settings-v2-section-title" > { language . t ( "settings.general.section.notifications" ) } </ h3 >
8681 < SettingsListV2 >
8782 < SettingsRowV2
8883 title = { language . t ( "settings.general.notifications.agent.title" ) }
@@ -128,7 +123,6 @@ export const SettingsNotificationsV2: Component = () => {
128123 < SoundSetting kind = "agent" channel = { sounds . agent } />
129124 < SoundSetting kind = "permissions" channel = { sounds . permissions } />
130125 < SoundSetting kind = "errors" channel = { sounds . errors } />
131-
132126 </ SettingsListV2 >
133127 </ div >
134128 </ div >
0 commit comments