From f3902e4f9f66227c41f43b9764ff88b37e895800 Mon Sep 17 00:00:00 2001 From: rdbsolutions Date: Mon, 24 Feb 2025 09:23:59 +0000 Subject: [PATCH 1/2] lorem ipsum in register complete --- components/account/registerComplete.js | 4 ++++ locales/cy/account.json | 3 ++- locales/en/account.json | 5 +++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/components/account/registerComplete.js b/components/account/registerComplete.js index a2f78bec..8d69ac35 100644 --- a/components/account/registerComplete.js +++ b/components/account/registerComplete.js @@ -82,6 +82,10 @@ const RegisterComplete = (props) => { {t("account:register-new-account-paragraph-what-next")}

+

+ {t("account:register-new-account-paragraph-thanks")} +

+

{t("account:register-new-account-my-portal-link")} diff --git a/locales/cy/account.json b/locales/cy/account.json index 099f8536..9602dfe0 100644 --- a/locales/cy/account.json +++ b/locales/cy/account.json @@ -36,7 +36,8 @@ "register-new-account-check-details-paragraph": "Gwiriwch fod y manylion a nodoch yn gywir.", "register-new-account-confirmation-email": "Rydym wedi anfon e-bost cadarnhau atoch.", "register-new-account-sub-heading-what-next": "Beth fydd yn digwydd nesaf", - "register-new-account-paragraph-what-next": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi a metus non quam mollis egestas. Integer ac leo cursus, laoreet nulla sed, tempus tellus. Mauris condimentum erat arcu.", + "register-new-account-paragraph-what-next": "Rydych nawr yn gallu codi achosion newydd a chyflwyno cynrychioliadau yn erbyn achosion presennol. Gellir cadw'r rhain a dychwelyd atynt yn ddiweddarach. Yn ogystal, gallwch 'wylio' achosion sy'n bodoli eisoes fel eu bod yn haws dod o hyd iddynt yn nes ymlaen.", + "register-new-account-paragraph-thanks": "Diolch am gofrestru ar y Porth Gwaith Achos Cynllunio.", "register-new-account-my-portal-link": "Mewngofnodi i'm Porth", "register-new-account-account-failed": "Rhowch gynnig arall arni gyda chyfeiriad e-bost gwahanol", "account-title": "Eich cyfrif", diff --git a/locales/en/account.json b/locales/en/account.json index e7e6aa16..14dc8810 100644 --- a/locales/en/account.json +++ b/locales/en/account.json @@ -1,6 +1,6 @@ { "register-new-account-heading": "Create a new account", - "register-new-account-status-created-label": "Your account has created", + "register-new-account-status-created-label": "Your account has been created", "register-new-account-status-not-created-label": "Your account has not been created", "register-new-account-checking-label": "Checking for account...", "help-heading": "Help", @@ -36,7 +36,8 @@ "register-new-account-check-details-paragraph": "Check that the details you entered are correct.", "register-new-account-confirmation-email": "We have sent you a confirmation email.", "register-new-account-sub-heading-what-next": "What happens next", - "register-new-account-paragraph-what-next": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi a metus non quam mollis egestas. Integer ac leo cursus, laoreet nulla sed, tempus tellus. Mauris condimentum erat arcu.", + "register-new-account-paragraph-what-next": "You are now able to raise new cases and submit representations against existing cases. These can be saved and returned to at a later date. Additionally you can 'watch' existing cases so that they are easier to find later.", + "register-new-account-paragraph-thanks": "Thank you for registering on the Planning Casework Portal.", "register-new-account-my-portal-link": "Login to My Portal", "register-new-account-account-failed": "Please try again with a different email address", "account-title": "Your account", From 422b3ce98c4e284fa8b202af623434aa45f46ec4 Mon Sep 17 00:00:00 2001 From: rdbsolutions Date: Mon, 24 Feb 2025 10:13:14 +0000 Subject: [PATCH 2/2] 14276 spelling of canceled --- components/search/advancedsearch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/search/advancedsearch.js b/components/search/advancedsearch.js index 546bcb80..5abb21b3 100644 --- a/components/search/advancedsearch.js +++ b/components/search/advancedsearch.js @@ -500,7 +500,7 @@ let AdvancedSearch = (props) => { "statuscode": 5, }, { - "value": "Canceled", + "value": "Cancelled", "value_cy": "Wedi'i ganslo", "statuscode": 6, },