Browse Source

Added missing i18n tags.

pull/4393/head
tobikugel 2 months ago
committed by Thomas Kaul
parent
commit
eefae428d0
  1. 4
      apps/client/src/app/pages/register/show-access-token-dialog/show-access-token-dialog.html

4
apps/client/src/app/pages/register/show-access-token-dialog/show-access-token-dialog.html

@ -11,7 +11,7 @@
state="disclaimer" state="disclaimer"
[completed]="disclaimerChecked" [completed]="disclaimerChecked"
> >
<ng-template matStepLabel>Terms and Conditions</ng-template> <ng-template i18n matStepLabel>Terms and Conditions</ng-template>
<div class="terms-and-conditions pt-2" i18n> <div class="terms-and-conditions pt-2" i18n>
Please take a moment to read and accept the Please take a moment to read and accept the
<a <a
@ -50,7 +50,7 @@
</div> </div>
</mat-step> </mat-step>
<mat-step editable="false" state="copy"> <mat-step editable="false" state="copy">
<ng-template matStepLabel>Security Token</ng-template> <ng-template i18n matStepLabel>Security Token</ng-template>
<div class="pt-2" i18n> <div class="pt-2" i18n>
Here is your security token. It is only visible once, please store and Here is your security token. It is only visible once, please store and
keep it in a safe place. keep it in a safe place.

Loading…
Cancel
Save