Skip to content

Commit 17adbc4

Browse files
committed
fix: correct notification translation keys format in NotificationSettings
1 parent 559be9d commit 17adbc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webview-ui/src/components/settings/NotificationSettings.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ export const NotificationSettings = ({
3737
vscode.postMessage({
3838
type: "showSystemNotification",
3939
notificationOptions: {
40-
title: t("settings.notifications.system.testTitle"),
41-
message: t("settings.notifications.system.testMessage"),
40+
title: t("settings:notifications.system.testTitle"),
41+
message: t("settings:notifications.system.testMessage"),
4242
force: true,
4343
},
4444
})

0 commit comments

Comments
 (0)