Commit d60bb58fe2b523f5b42e5adf47ed0e146a5b0d72

Authored by Artem Babak
1 parent 790cef38

Fixed translation: unassign edges

@@ -477,8 +477,8 @@ export class EdgesTableConfigResolver implements Resolve<EntityTableConfig<EdgeI @@ -477,8 +477,8 @@ export class EdgesTableConfigResolver implements Resolve<EntityTableConfig<EdgeI
477 $event.stopPropagation(); 477 $event.stopPropagation();
478 } 478 }
479 this.dialogService.confirm( 479 this.dialogService.confirm(
480 - this.translate.instant('edge.unassign-edge-title', {count: edges.length}),  
481 - this.translate.instant('edge.unassign-edge-text'), 480 + this.translate.instant('edge.unassign-edges-title', {count: edges.length}),
  481 + this.translate.instant('edge.unassign-edges-text'),
482 this.translate.instant('action.no'), 482 this.translate.instant('action.no'),
483 this.translate.instant('action.yes'), 483 this.translate.instant('action.yes'),
484 true 484 true