Browse Source

Fixed translation: unassign edges

pull/4403/head
Artem Babak 5 years ago
parent
commit
d60bb58fe2
  1. 4
      ui-ngx/src/app/modules/home/pages/edge/edges-table-config.resolver.ts

4
ui-ngx/src/app/modules/home/pages/edge/edges-table-config.resolver.ts

@ -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…
Cancel
Save