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

diff --git a/src/locales/cy/translation.json b/src/locales/cy/translation.json index a1184a4f4..1d37e1c1a 100644 --- a/src/locales/cy/translation.json +++ b/src/locales/cy/translation.json @@ -2289,9 +2289,8 @@ "paragraph3": "Mae rhai apiau dilysydd yn galw’r allwedd gyfrinachol yn ‘cod’." }, "step3": "3. Bydd yr ap dilysydd yn dangos cod diogelwch.", - "step4": "4. Rhowch y cod.", "code": { - "label": "Cod", + "label": "4. Rhowch y cod.", "hintText": "Dyma’r rhif 6-digid a ddangosir yn eich ap dilysydd", "validationError": { "required": "Rhowch y cod a dangosir yn eich ap dilysydd", diff --git a/src/locales/en/translation.json b/src/locales/en/translation.json index 2dbbce681..1938ea6d0 100644 --- a/src/locales/en/translation.json +++ b/src/locales/en/translation.json @@ -2289,9 +2289,8 @@ "paragraph3": "Some authenticator apps call the secret key a ‘code’." }, "step3": "3. The authenticator app will show a security code.", - "step4": "4. Enter the code.", "code": { - "label": "Code", + "label": "4. Enter the code.", "hintText": "This is the 6-digit number shown in your authenticator app", "validationError": { "required": "Enter the code shown in your authenticator app",