diff --git a/src/components/enter-phone-number/tests/enter-phone-number-integration.test.ts b/src/components/enter-phone-number/tests/enter-phone-number-integration.test.ts index d0e865c8f..12c6effed 100644 --- a/src/components/enter-phone-number/tests/enter-phone-number-integration.test.ts +++ b/src/components/enter-phone-number/tests/enter-phone-number-integration.test.ts @@ -315,7 +315,9 @@ describe("Integration::enter phone number", () => { phoneNumber: "07738394991", }) .expect((res) => { - res.text.includes("You asked to resend the code too many times"); + res.text.includes( + "You asked to resend the security code too many times" + ); }) .expect((res) => { res.text.includes("You will not be able to continue for 2 hours."); diff --git a/src/components/setup-authenticator-app/index.njk b/src/components/setup-authenticator-app/index.njk index d48e5c3cd..16a04af59 100644 --- a/src/components/setup-authenticator-app/index.njk +++ b/src/components/setup-authenticator-app/index.njk @@ -47,7 +47,6 @@ }) }}
{{ 'pages.setupAuthenticatorApp.step3' | translate }}
-{{ 'pages.setupAuthenticatorApp.step4' | translate }}