diff --git a/lang/cy.json b/lang/cy.json index af717814b8..f4867f7ca3 100644 --- a/lang/cy.json +++ b/lang/cy.json @@ -393,8 +393,9 @@ "jointlyAndSeverallyMixedHintReplacementAttorneysExample:property-and-affairs": "Er enghraifft, gallech ddweud bod rhaid i’ch holl atwrneiod wrth gefn gytuno â’i gilydd os ydynt am werthu’ch tŷ, ond eu bod yn gallu gwneud penderfyniadau eraill ar wahân i’w gilydd.", "jointlyAndSeverallyMixedHintReplacementAttorneysExample:personal-welfare": "Er enghraifft, gallech ddweud bod rhaid i’ch holl atwrneiod wrth gefn gytuno â’i gilydd fod angen i chi symud i gartref gofal, ond eu bod yn gallu gwneud penderfyniadau eraill ar wahân i’w gilydd.", "ifYouChooseThisOptionMustStateDecisionsAgreedJointly": "Os byddwch yn dewis yr opsiwn hwn, rhaid i chi ddatgan pa benderfyniadau sydd angen cytuno arnynt ar y cyd.", - "decisionDetailsHint": "Rhowch fanylion am unrhyw benderfyniadau y mae’n rhaid i’ch atwrneiod eu gwneud gyda’u gilydd. Darllenwch y canllawiau i weld rhai enghreifftiau.", - "replacementDecisionDetailsHint": "Dywedwch wrthym pa benderfyniadau y mae’n rhaid i’ch atwrneiod wrth gefn eu gwneud ar y cyd.Darllenwch y canllawiau i weld rhai enghreifftiau.", + "readTheGuidanceToSeeSomeExamples": "Darllenwch y canllawiau i weld rhai enghreifftiau.", + "enterDetailsOfDecisionsAttorneys": "Welsh", + "enterDetailsOfDecisionsReplacement": "Welsh", "details": "Manylion", "howAttorneysShouldMakeDecisions": "sut y dylai’r atwrneiod wneud penderfyniadau", "howReplacementAttorneysShouldMakeDecisions": "sut y dylai’r atwrneiod wrth gefn wneud penderfyniadau", diff --git a/lang/en.json b/lang/en.json index 7b171f2f97..0686c46a66 100644 --- a/lang/en.json +++ b/lang/en.json @@ -349,8 +349,9 @@ "jointlyAndSeverallyMixedHintReplacementAttorneysExample:property-and-affairs": "For example, you could say your replacement attorneys must all agree if they want to sell your home, but they can make other decisions separately.", "jointlyAndSeverallyMixedHintReplacementAttorneysExample:personal-welfare": "As an example, you could say your replacement attorneys must all agree that you need to move into a care home, but they can make other decisions separately.", "ifYouChooseThisOptionMustStateDecisionsAgreedJointly": "If you choose this option you must state which decisions need to be agreed jointly.", - "decisionDetailsHint": "Give details about any decisions your attorneys must make jointly. Read the guidance to see some examples.", - "replacementDecisionDetailsHint": "Give details about any decisions your replacement attorneys must make together. Read the guidance to see some examples.", + "readTheGuidanceToSeeSomeExamples": "Read the guidance to see some examples.", + "enterDetailsOfDecisionsAttorneys": "Enter details of any decisions your attorneys must make jointly", + "enterDetailsOfDecisionsReplacement": "Enter details of any decisions your replacement attorneys must make jointly", "details": "Details", "howAttorneysShouldMakeDecisions": "how the attorneys should make decisions", "howReplacementAttorneysShouldMakeDecisions": "how the replacement attorneys should make decisions", diff --git a/web/template/donor/how_should_attorneys_make_decisions.gohtml b/web/template/donor/how_should_attorneys_make_decisions.gohtml index 359f82ca6d..ce569e6c85 100644 --- a/web/template/donor/how_should_attorneys_make_decisions.gohtml +++ b/web/template/donor/how_should_attorneys_make_decisions.gohtml @@ -54,9 +54,9 @@
{{ trHtml .App "decisionDetailsHint" }}
+ {{ template "error-message" (errorMessage . "mixed-details") }} diff --git a/web/template/donor/how_should_replacement_attorneys_make_decisions.gohtml b/web/template/donor/how_should_replacement_attorneys_make_decisions.gohtml index 97b1aa65a5..9e8e0dc042 100644 --- a/web/template/donor/how_should_replacement_attorneys_make_decisions.gohtml +++ b/web/template/donor/how_should_replacement_attorneys_make_decisions.gohtml @@ -51,9 +51,9 @@{{ trHtml .App "replacementDecisionDetailsHint" }}
+ {{ template "error-message" (errorMessage . "mixed-details") }}