There was an error while loading. Please reload this page.
1 parent 4157e72 commit 5ae4a64Copy full SHA for 5ae4a64
src/vs/workbench/contrib/chat/browser/chatSessions.ts
@@ -379,7 +379,7 @@ class LocalChatSessionsProvider extends Disposable implements IChatSessionItemPr
379
// Add "Show history..." node at the end
380
const historyNode: IChatSessionItem = {
381
id: 'show-history',
382
- label: nls.localize('chat.sessions.showHistory', "Show history..."),
+ label: nls.localize('chat.sessions.showHistory', "History"),
383
};
384
sessions.push(historyNode);
385
0 commit comments