Showing
1 changed file
with
2 additions
and
2 deletions
@@ -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 |