Browse Source

Added missing i18n tags.

pull/4393/head
tobikugel 1 month 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"
[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>
Please take a moment to read and accept the
<a
@ -50,7 +50,7 @@
</div>
</mat-step>
<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>
Here is your security token. It is only visible once, please store and
keep it in a safe place.

Loading…
Cancel
Save