Fixed translation: unassign edges
This commit is contained in:
parent
790cef385d
commit
d60bb58fe2
@ -477,8 +477,8 @@ export class EdgesTableConfigResolver implements Resolve<EntityTableConfig<EdgeI
|
||||
$event.stopPropagation();
|
||||
}
|
||||
this.dialogService.confirm(
|
||||
this.translate.instant('edge.unassign-edge-title', {count: edges.length}),
|
||||
this.translate.instant('edge.unassign-edge-text'),
|
||||
this.translate.instant('edge.unassign-edges-title', {count: edges.length}),
|
||||
this.translate.instant('edge.unassign-edges-text'),
|
||||
this.translate.instant('action.no'),
|
||||
this.translate.instant('action.yes'),
|
||||
true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user