Skip to content

Commit

Permalink
fix: shorten Remove Request action title (#232109)
Browse files Browse the repository at this point in the history
  • Loading branch information
joyceerhl authored Oct 24, 2024
1 parent 65b48a0 commit 39fd376
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ export function registerChatTitleActions() {
constructor() {
super({
id: 'workbench.action.chat.remove',
title: localize2('chat.remove.label', "Remove Request and Response"),
title: localize2('chat.removeRequest.label', "Remove Request"),
f1: false,
category: CHAT_CATEGORY,
icon: Codicon.x,
Expand Down

0 comments on commit 39fd376

Please sign in to comment.