web/flows: Revise duo authenticator login prompt text (#1872)

This commit is contained in:
Jeremy Willans 2021-12-02 22:27:47 +08:00 committed by GitHub
parent 85a417d22e
commit fdd5211253
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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

View File

@ -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