mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-06 21:44:32 +01:00
tweak working, use "Made changes" instead of "text edits" (#208909)
https://github.com/microsoft/vscode/issues/208576
This commit is contained in:
@@ -494,7 +494,7 @@ export class ChatListItemRenderer extends Disposable implements ITreeRenderer<Ch
|
||||
}
|
||||
}
|
||||
if (madeChanges) {
|
||||
dom.append(templateData.value, $('.interactive-edits-summary', undefined, localize('editsSummary', "Made text edits")));
|
||||
dom.append(templateData.value, $('.interactive-edits-summary', undefined, localize('editsSummary', "Made changes.")));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user