Skip to content

Commit 7766411

Browse files
authored
1 parent 7e4e0f4 commit 7766411

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vs/workbench/contrib/chat/browser/promptSyntax/chatModeActions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ class ManageModeAction extends Action2 {
2626
constructor() {
2727
super({
2828
id: COMFIGURE_MODES_ACTION_ID,
29-
title: localize2('configure-modes', "Configure Chat Modes"),
30-
shortTitle: localize('manage-mode', "Configure Modes"),
29+
title: localize2('configure-modes', "Configure Chat Modes..."),
30+
shortTitle: localize('manage-mode', "Configure Modes..."),
3131
icon: Codicon.bookmark,
3232
f1: true,
3333
precondition: ContextKeyExpr.and(PromptsConfig.enabledCtx, ChatContextKeys.enabled),

0 commit comments

Comments
 (0)