web/flows: Revise duo authenticator login prompt text (#1872)
This commit is contained in:
parent
85a417d22e
commit
fdd5211253
|
@ -101,7 +101,7 @@ export class AuthenticatorValidateStage
|
|||
<div class="right">
|
||||
<p>${t`Duo push-notifications`}</p>
|
||||
<small
|
||||
>${t`Receive a push notification on your phone to prove your identity.`}</small
|
||||
>${t`Receive a push notification on your device.`}</small
|
||||
>
|
||||
</div>`;
|
||||
case DeviceClassesEnum.Webauthn:
|
||||
|
|
|
@ -3612,8 +3612,8 @@ msgid "Re-evaluate policies"
|
|||
msgstr "Re-evaluate policies"
|
||||
|
||||
#: src/flows/stages/authenticator_validate/AuthenticatorValidateStage.ts
|
||||
msgid "Receive a push notification on your phone to prove your identity."
|
||||
msgstr "Receive a push notification on your phone to prove your identity."
|
||||
msgid "Receive a push notification on your device."
|
||||
msgstr "Receive a push notification on your device."
|
||||
|
||||
#: src/pages/flows/utils.ts
|
||||
#: src/pages/tokens/TokenListPage.ts
|
||||
|
|
|
@ -3604,7 +3604,7 @@ msgid "Re-evaluate policies"
|
|||
msgstr ""
|
||||
|
||||
#: src/flows/stages/authenticator_validate/AuthenticatorValidateStage.ts
|
||||
msgid "Receive a push notification on your phone to prove your identity."
|
||||
msgid "Receive a push notification on your device."
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/flows/utils.ts
|
||||
|
|
Reference in New Issue