diff --git a/web/src/flows/stages/authenticator_validate/AuthenticatorValidateStage.ts b/web/src/flows/stages/authenticator_validate/AuthenticatorValidateStage.ts
index 7418f6a10..9721122c5 100644
--- a/web/src/flows/stages/authenticator_validate/AuthenticatorValidateStage.ts
+++ b/web/src/flows/stages/authenticator_validate/AuthenticatorValidateStage.ts
@@ -101,7 +101,7 @@ export class AuthenticatorValidateStage
${t`Duo push-notifications`}
${t`Receive a push notification on your phone to prove your identity.`}${t`Receive a push notification on your device.`}
`;
case DeviceClassesEnum.Webauthn:
diff --git a/web/src/locales/en.po b/web/src/locales/en.po
index ba30103b8..c261429d2 100644
--- a/web/src/locales/en.po
+++ b/web/src/locales/en.po
@@ -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
diff --git a/web/src/locales/pseudo-LOCALE.po b/web/src/locales/pseudo-LOCALE.po
index c7636c6de..f58cab15b 100644
--- a/web/src/locales/pseudo-LOCALE.po
+++ b/web/src/locales/pseudo-LOCALE.po
@@ -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