diff --git a/src/vs/workbench/contrib/chat/browser/chatInputPart.ts b/src/vs/workbench/contrib/chat/browser/chatInputPart.ts index f135e364ac1f1..d19b3cf34f02a 100644 --- a/src/vs/workbench/contrib/chat/browser/chatInputPart.ts +++ b/src/vs/workbench/contrib/chat/browser/chatInputPart.ts @@ -1696,7 +1696,7 @@ class ToggleAgentCheckActionViewItem extends MenuEntryActionViewItem { { ...this.action, id: 'normalMode', - label: localize('chat.normalMode', "Normal"), + label: localize('chat.normalMode', "Edit"), class: undefined, enabled: true, checked: !this.action.checked,