Skip to content

Commit

Permalink
Change "Generating" to "Working" (#241506)
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens authored Feb 21, 2025
1 parent 3cc5e82 commit 98d4b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/contrib/chat/browser/chatListRenderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ export class ChatListItemRenderer extends Disposable implements ITreeRenderer<Ch
if (element.model.isPaused.get()) {
templateData.detail.textContent = localize('paused', "Paused");
} else {
templateData.detail.textContent = localize('generating', "Generating");
templateData.detail.textContent = localize('working', "Working");
}
}
}
Expand Down

0 comments on commit 98d4b8b

Please sign in to comment.