diff --git a/client/src/app/site/motions/modules/motion-workflow/components/workflow-detail/workflow-detail.component.html b/client/src/app/site/motions/modules/motion-workflow/components/workflow-detail/workflow-detail.component.html index 43df33caa..4a1d4333b 100644 --- a/client/src/app/site/motions/modules/motion-workflow/components/workflow-detail/workflow-detail.component.html +++ b/client/src/app/site/motions/modules/motion-workflow/components/workflow-detail/workflow-detail.component.html @@ -34,7 +34,10 @@ - +
@@ -49,16 +52,14 @@ (change)="onToggleStatePerm(state, perm.selector, $event)" >
-
+
{{ (state[perm.selector] | translate) || '–' }}
+ >
- {{ getRestrictionLabel(restriction) | translate - }} + {{ getRestrictionLabel(restriction) | translate }} +
@@ -138,7 +139,7 @@