Browse Source

Merge pull request #14326 from ArtemDzhereleiko/AD/bug-fix/force-2fa-email-description-translate

Add translate for email description force 2fa
pull/14347/head
Vladyslav Prykhodko 7 months ago
committed by GitHub
parent
commit
d6001a700c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      ui-ngx/src/app/modules/login/pages/login/force-two-factor-auth-login.component.html
  2. 1
      ui-ngx/src/assets/locale/locale.constant-en_US.json

2
ui-ngx/src/app/modules/login/pages/login/force-two-factor-auth-login.component.html

@ -157,7 +157,7 @@
</mat-card-header>
<mat-card-content>
<div class="flex flex-col items-center justify-start">
<form [formGroup]="emailConfigForm" class="mb-8">
<form [formGroup]="emailConfigForm" class="mb-8 w-full">
<p class="mat-body step-description input" translate>login.email-description</p>
<mat-form-field class="mat-block input-container flex-1">
<input matInput formControlName="email"

1
ui-ngx/src/assets/locale/locale.constant-en_US.json

@ -4144,6 +4144,7 @@
"copy-key": "Copy key",
"send-code": "Send code",
"email-label": "Email",
"email-description": "Enter an email to use as your authenticator.",
"sms-description": "Enter a phone number to use as your authenticator.",
"backup-code-description": "Print out the codes so you have them handy when you need to use them to log in to your account. You can use each backup code once.",
"backup-code-warn": "Once you leave this page, these codes cannot be shown again. Store them safely using the options below.",

Loading…
Cancel
Save