We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26c6ffb commit 5926f20Copy full SHA for 5926f20
webview-ui/src/components/settings/NotificationSettings.tsx
@@ -37,8 +37,8 @@ export const NotificationSettings = ({
37
vscode.postMessage({
38
type: "showSystemNotification",
39
notificationOptions: {
40
- title: t("settings.notifications.system.testTitle"),
41
- message: t("settings.notifications.system.testMessage"),
+ title: t("settings:notifications.system.testTitle"),
+ message: t("settings:notifications.system.testMessage"),
42
force: true,
43
},
44
})
0 commit comments