This commit is contained in:
meganrogge 2023-06-28 06:23:40 -07:00
parent ad7b2a101e
commit 0e0c07731f
No known key found for this signature in database
GPG key ID: AA74638D4878183D

View file

@ -616,7 +616,7 @@ export class InlineChatController implements IEditorContribution {
if (!canContinue) {
return State.ACCEPT;
}
status = localize('editResponseMessage', "Navigate to the diff editor to review proposed changes.");
status = localize('editResponseMessage', "Use tab to navigate to the diff editor and review proposed changes.");
await this._strategy.renderChanges(response);
}
this._chatAccessibilityService.acceptResponse(status);