tweak working, use "Made changes" instead of "text edits" (#208909)

https://github.com/microsoft/vscode/issues/208576
This commit is contained in:
Johannes Rieken 2024-03-27 15:43:25 +01:00 committed by GitHub
parent b37d8bc51f
commit e44fee751c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.")));
}
}