aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/instance/feature-boolean.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/instance/feature-boolean.component.html')
-rw-r--r--client/src/app/shared/instance/feature-boolean.component.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/shared/instance/feature-boolean.component.html b/client/src/app/shared/instance/feature-boolean.component.html
index ac208fc13..ccb8a30cc 100644
--- a/client/src/app/shared/instance/feature-boolean.component.html
+++ b/client/src/app/shared/instance/feature-boolean.component.html
@@ -1,3 +1,3 @@
1<span *ngIf="value === true" class="glyphicon glyphicon-ok"></span> 1<span *ngIf="value === true" class="glyphicon glyphicon-ok" i18n-aria-label aria-label="yes"></span>
2<span *ngIf="value === false" class="glyphicon glyphicon-remove"></span> 2<span *ngIf="value === false" class="glyphicon glyphicon-remove" i18n-aria-label aria-label="no"></span>
3 3