Skip to content

Commit 5ae4a64

Browse files
authored
Rename show history in chat sessions (#262811)
1 parent 4157e72 commit 5ae4a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/vs/workbench/contrib/chat/browser/chatSessions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ class LocalChatSessionsProvider extends Disposable implements IChatSessionItemPr
379379
// Add "Show history..." node at the end
380380
const historyNode: IChatSessionItem = {
381381
id: 'show-history',
382-
label: nls.localize('chat.sessions.showHistory', "Show history..."),
382+
label: nls.localize('chat.sessions.showHistory', "History"),
383383
};
384384
sessions.push(historyNode);
385385

0 commit comments

Comments
 (0)