localize string (#269354)

follow up to #265735
This commit is contained in:
Megan Rogge
2025-10-01 10:34:11 -04:00
committed by GitHub
parent 30fd06cfcc
commit a4e7730f6e

View File

@@ -859,7 +859,7 @@ export class InlineChatController1 implements IEditorContribution {
} else {
// real response -> no message
this._ui.value.widget.updateStatus('');
alert('Response was empty');
alert(localize('responseWasEmpty', "Response was empty"));
}
const position = await this._strategy.renderChanges();