diff --git a/src/ui_ng/src/app/replication/list-job/list-job.component.ts b/src/ui_ng/src/app/replication/list-job/list-job.component.ts index f57299d8e..42db7932d 100644 --- a/src/ui_ng/src/app/replication/list-job/list-job.component.ts +++ b/src/ui_ng/src/app/replication/list-job/list-job.component.ts @@ -22,7 +22,7 @@ export class ListJobComponent { for(let i = 0; i < this.jobs.length; i++) { let j = this.jobs[i]; if(j.status === 'retrying' || j.status === 'error') { - this.messageHandlerService.showError('', ''); + this.messageHandlerService.showError('REPLICATION.FOUND_ERROR_IN_JOBS', ''); } } this.paginate.emit(state);