Merged PR 2388: added updated copy for contact us
added updated copy for contact us Related work items: #23482, #23483
This commit is contained in:
@@ -105,7 +105,8 @@
|
||||
"contact-us-clear-form-button": "Clirio'r ffurflen",
|
||||
"contact-us-thank-you-title": "Diolch am eich ymholiad",
|
||||
"contact-us-thank-you-sub": "Byddwn yn cysylltu â chi cyn gynted â phosibl.",
|
||||
"contact-us-para": "Mae'r wybodaeth hon yn ddilys, ac mae'n rhaid i chi ddilyn eich ymholiad. Nid oes ganddyn nhw unrhyw beth i'w wneud, ond maen nhw wedi cael eu ffafrio'n rhydd. Mae'n anodd dweud dim byd arall wrthych. Os nad ydych chi'n gwybod, maen nhw'n byw bywyd. lacinia, enim tortor bibendum lorem, ut tincidunt lacus sapien quis lorem. Aenean interdum dolor augue, ac cursus lectus suscipit vitae.",
|
||||
"contact-us-para-one": "Os hoffech gysylltu â ni, gwneud cwyn, neu godi ymholiad ynghylch cais neu apêl, gallwch ddefnyddio'r ffurflen isod i gyflwyno eich cwestiynau neu sylwadau, a byddwn yn ymateb i chi cyn gynted â phosibl.",
|
||||
"contact-us-para-two": "Os ydych am gyflwyno sylwadau ar gyfer cais neu apêl sy'n cael ei wneud ar hyn o bryd gan PEDW, cofrestrwch neu fewngofnodwch i'r porth a chwiliwch am yr achos yr ydych am wneud sylwadau arno wrth gyflwyno eich sylwadau.",
|
||||
"contact-us-select-plq": "Ymholiad deddfwriaeth gynllunio",
|
||||
"contact-us-select-ipq": "Ymholiad gweithdrefn seilwaith",
|
||||
"contact-us-select-pcpq": "Ymholiad gweithdrefn gwaith achos cynllunio",
|
||||
|
||||
@@ -105,7 +105,8 @@
|
||||
"contact-us-clear-form-button": "Clear form",
|
||||
"contact-us-thank-you-title": "Thank you for your enquiry",
|
||||
"contact-us-thank-you-sub": "We’ll get back to you as soon as we can.",
|
||||
"contact-us-para": "Lorem ipsum dolor sit amet,consectetur adipiscing elit.Nulla congue leo ac quam pulvinar, id vulputate libero volutpat. Maecenas ut odio id nisl laoreet dictum. Nam faucibus, leo vitae egestas lacinia, enim tortor bibendum lorem, ut tincidunt lacus sapien quis lorem. Aenean interdum dolor augue, ac cursus lectus suscipit vitae.",
|
||||
"contact-us-para-one": "If you would like to get in touch with us, make a complaint, or raise a query regarding an application or appeal, you may use the form below to submit your questions or comments, and we will respond to you as soon as possible.",
|
||||
"contact-us-para-two": "If you wish to submit a representation for an application or appeal currently being made determined by PEDW, please register or sign in to the portal and search for the case you wish to comment on submitting your representations.",
|
||||
"contact-us-select-plq": "Planning legislation query",
|
||||
"contact-us-select-ipq": "Infrastructure procedure query",
|
||||
"contact-us-select-pcpq": "Planning casework procedure query",
|
||||
|
||||
+8
-1
@@ -418,7 +418,14 @@ let ContactUs = (props) => {
|
||||
) : (
|
||||
<>
|
||||
<p className="govuk-body">
|
||||
{t("common:contact-us-para")}
|
||||
{t(
|
||||
"common:contact-us-para-one"
|
||||
)}
|
||||
</p>
|
||||
<p className="govuk-body">
|
||||
{t(
|
||||
"common:contact-us-para-two"
|
||||
)}
|
||||
</p>
|
||||
<form
|
||||
onSubmit={props.handleSubmit(
|
||||
|
||||
@@ -418,7 +418,14 @@ let ContactUs = (props) => {
|
||||
) : (
|
||||
<>
|
||||
<p className="govuk-body">
|
||||
{t("common:contact-us-para")}
|
||||
{t(
|
||||
"common:contact-us-para-one"
|
||||
)}
|
||||
</p>
|
||||
<p className="govuk-body">
|
||||
{t(
|
||||
"common:contact-us-para-two"
|
||||
)}
|
||||
</p>
|
||||
<form
|
||||
onSubmit={props.handleSubmit(
|
||||
|
||||
Reference in New Issue
Block a user