mirror of
https://github.com/voideditor/void
synced 2026-05-23 17:38:23 +00:00
Localize commit message generation error notification
This commit is contained in:
parent
9920bd3366
commit
844784445c
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ class GenerateCommitMessageService extends Disposable implements IGenerateCommit
|
|||
private onError(error: any) {
|
||||
if (!isCancellationError(error)) {
|
||||
console.error(error)
|
||||
this.notificationService.error('Failed to generate commit message')
|
||||
this.notificationService.error(localize2('voidFailedToGenerateCommitMessage', 'Failed to generate commit message.').value)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue