diff --git a/src/app/components/current-secret/current-secret.component.html b/src/app/components/current-secret/current-secret.component.html index a909adcb..3b6eea0b 100644 --- a/src/app/components/current-secret/current-secret.component.html +++ b/src/app/components/current-secret/current-secret.component.html @@ -1,9 +1,19 @@ - {{ 'current-secret.label' | translate }} + {{ 'current-secret.label' | translate }}

{{ (currentSecret$ | async).label }}

- - {{ secret.label }} + + + + {{ secret.label }} + +