diff --git a/webview-ui/src/components/settings/NotificationSettings.tsx b/webview-ui/src/components/settings/NotificationSettings.tsx index 668775a788..3cb1ea5512 100644 --- a/webview-ui/src/components/settings/NotificationSettings.tsx +++ b/webview-ui/src/components/settings/NotificationSettings.tsx @@ -37,8 +37,8 @@ export const NotificationSettings = ({ vscode.postMessage({ type: "showSystemNotification", notificationOptions: { - title: t("settings.notifications.system.testTitle"), - message: t("settings.notifications.system.testMessage"), + title: t("settings:notifications.system.testTitle"), + message: t("settings:notifications.system.testMessage"), force: true, }, })