fix: correct notification translation keys format in NotificationSettings

This commit is contained in:
NaccOll 2025-08-12 23:19:17 +08:00
parent 559be9d5b9
commit 17adbc405a

View file

@ -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,
},
})