mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
fix: correct notification translation keys format in NotificationSettings
This commit is contained in:
parent
559be9d5b9
commit
17adbc405a
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue