Skip to content

Commit

Permalink
Update vscode/microsoft-kiota/src/commands/regenerate/regenerate.serv…
Browse files Browse the repository at this point in the history
…ice.ts

Co-authored-by: Musale Martin <[email protected]>
  • Loading branch information
thewahome and musale authored Oct 9, 2024
1 parent 62cfc9b commit c1601ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export class RegenerateService {
if (!isSuccess) {
await exportLogsAndShowErrors(result);
}
void vscode.window.showInformationMessage(`Plugin ${this._clientKey} re-generated successfully.`);
void vscode.window.showInformationMessage(vscode.l10n.t(`Plugin ${this._clientKey} re-generated successfully.`));
}
return result;
});
Expand Down

0 comments on commit c1601ed

Please sign in to comment.