Skip to content

Commit

Permalink
Rename "Normal" to "Edit" (microsoft#238695)
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens authored Jan 24, 2025
1 parent c06e38c commit ef61f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/contrib/chat/browser/chatInputPart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ef61f9d

Please sign in to comment.