Skip to content

Commit 7a6fa3a

Browse files
authored
changed 'ai actions' to 'generate code' (microsoft#256609)
1 parent 4279f18 commit 7a6fa3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/chat/browser/actions/chatActions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1477,7 +1477,7 @@ const menuContext = ContextKeyExpr.and(
14771477
ChatContextKeys.Setup.disabled.negate()
14781478
);
14791479

1480-
const title = localize('ai actions', "AI Actions");
1480+
const title = localize('ai actions', "Generate Code");
14811481

14821482
MenuRegistry.appendMenuItem(MenuId.EditorContext, {
14831483
submenu: MenuId.ChatTextEditorMenu,

0 commit comments

Comments
 (0)