diff --git a/lang/cy.json b/lang/cy.json index c442247257..1434b8b1fc 100644 --- a/lang/cy.json +++ b/lang/cy.json @@ -548,8 +548,7 @@ "pleaseWaitOneMinute": "welsh", "tooManyWitnessCodeAttempts": "welsh", "textMessagesSometimesTakeAFewMinutes": "welsh", - "requestANewCode": "welsh", - "requestANewWitnessCode": "welsh", + "getANewCode": "welsh", "confirmYourIdentity": "Cadarnhau pwy ydych chi", "confirmYourIdentityContent": "

Welsh.

Welsh

Welsh:

", "enterYourDateOfBirth": "Rhowch eich dyddiad geni", @@ -675,6 +674,7 @@ "viewAndManageAttorney": "Gweld a rheoli’r holl atwrniaethau arhosol lle rydych chi’n cael eich enwi fel atwrnai.", "viewAndManageCertificateProvider": "Welsh", "theyDoNotHaveAUkMobileNumber": "Nid oes ganddynt rif ffôn symudol yn y DU", + "iDoNotHaveAUkMobileNumber": "Welsh", "mobilePhoneNumber": "Rhif ffôn symudol", "nonUkMobileHint": "Dylech gynnwys cod y wlad, er enghraifft +33 ar gyfer Ffrainc", "youreResponsibleForMakingSureTheseDetailsAreCorrect": "Chi sy’n gyfrifol am sicrhau bod y manylion hyn yn gywir. Gall unrhyw wallau achosi oedi wrth brosesu eich LPA.", diff --git a/lang/en.json b/lang/en.json index 4737e377be..60e7028d9d 100644 --- a/lang/en.json +++ b/lang/en.json @@ -495,9 +495,8 @@ "readDonorNameLpa": "Read {{ .DonorFullName }}’s LPA", "youMustReadLpaCarefully": "You must read this LPA carefully.", "peopleToNotifyAboutTheLpa": "People to notify about the LPA", - "requestANewWitnessCode": "Request a new witness code", - "textMessagesSometimesTakeAFewMinutes": "Text messages sometimes take a few minutes to arrive. If you do not receive the text message, you can request a new one.", - "requestANewCode": "Request a new code", + "getANewCode": "Get a new code", + "textMessagesSometimesTakeAFewMinutes": "Text messages sometimes take a few minutes to arrive. If you have not received the text message, you can get a new one.", "pleaseWaitOneMinute": "Please wait at least one minute for the previous text message to arrive before requesting a new code", "tooManyWitnessCodeAttempts": "Placeholder", "confirmYourIdentity": "Confirm your identity", @@ -625,6 +624,7 @@ "viewAndManageAttorney": "View and manage all the lasting powers of attorney where you are named as an attorney.", "viewAndManageCertificateProvider": "View and manage all the lasting powers of attorney where you are named as the certificate provider.", "theyDoNotHaveAUkMobileNumber": "They do not have a UK mobile number", + "iDoNotHaveAUkMobileNumber": "I do not have a UK mobile number", "mobilePhoneNumber": "Mobile phone number", "nonUkMobileHint": "Include the country code, for example +33 for France.", "youreResponsibleForMakingSureTheseDetailsAreCorrect": "You’re responsible for making sure these details are correct. Any errors can cause delays in processing your LPA.", diff --git a/web/template/change_mobile_number.gohtml b/web/template/change_mobile_number.gohtml index 47d33bf6d3..a3aff96663 100644 --- a/web/template/change_mobile_number.gohtml +++ b/web/template/change_mobile_number.gohtml @@ -17,7 +17,7 @@
diff --git a/web/template/fixtures.gohtml b/web/template/fixtures.gohtml index be9458b6fd..b46b5c2fa2 100644 --- a/web/template/fixtures.gohtml +++ b/web/template/fixtures.gohtml @@ -24,11 +24,11 @@
- +
- +
diff --git a/web/template/resend_witness_code.gohtml b/web/template/resend_witness_code.gohtml index 0c5c9aa707..15102cadff 100644 --- a/web/template/resend_witness_code.gohtml +++ b/web/template/resend_witness_code.gohtml @@ -1,16 +1,16 @@ {{ template "page" . }} -{{ define "pageTitle" }}{{ tr .App "requestANewWitnessCode" }}{{ end }} +{{ define "pageTitle" }}{{ tr .App "getANewCode" }}{{ end }} {{ define "main" }}
-

{{ tr .App "requestANewWitnessCode" }}

+

{{ tr .App "getANewCode" }}

{{ tr .App "textMessagesSometimesTakeAFewMinutes" }}

- + {{ template "csrf-field" . }}