Skip to content

Commit 90a113f

Browse files
HDPI-7389 Fixing welsh translation link (#2111)
Co-authored-by: madhavi1203 <Madhavi.Atmakuri1@HMCTS.NET>
1 parent 2b2bca6 commit 90a113f

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

src/e2eTest/data/page-data-figma/startTheService.page.data.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ export const startTheService = {
33
mainHeader: `Make a housing possession claim online`,
44
youCanUseThisOnlineServiceParagraph: `You can use this online service if you’re a registered provider of social housing or a community landlord and the property you want to claim possession of is in England or Wales.`,
55
solicitorsParagraph: `Solicitors or legal representatives must continue to submit claims using Possession Claim Online (PCOL) or by using a claim form with the relevant particulars of claim form.`,
6-
thisServiceIsAlsoAvailableParagraph: `This service is also available`,
7-
inWelshLink: `in Welsh (Cymraeg)`,
6+
thisServiceIsAlsoAvailableParagraph: `This service is also available in Welsh (Cymraeg). Select the 'Cymraeg' option in the top right corner of this screen to use this service in Welsh.`,
87
theClaimFeeIs415Paragraph: `The claim fee is £415. You can pay by card or through Payment By Account (PBA).`,
98
yourClaimWillBeSavedParagraph: `Your claim will be saved as you answer the questions, so you’ll be able to close and return to your draft. Before you submit, you must complete a statement of truth. This certifies that you believe the information you’ve provided is true.`,
109
subHeader: `What you’ll need`,

src/e2eTest/tests/caseTabs.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ test.describe('[Case tabs - England Journey] @nightly', async () => {
128128
});
129129
});
130130

131-
test('Case tabs - Summary tab test @MAC @regression', async () => {
131+
test('Case tabs - Summary tab test @smoke @MAC @regression', async () => {
132132
await performAction('clickTab', home.caseSummary);
133133
await performValidation('mainHeader', home.caseSummary)
134134
await performAction('validateCaseSummaryDetails', {

src/main/java/uk/gov/hmcts/reform/pcs/ccd/page/createpossessionclaim/StartTheService.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ public class StartTheService implements CcdPageConfiguration {
1818
private static final String HEADING_L = "govuk-heading-l";
1919
private static final String HEADING_M = "govuk-heading-m";
2020
private static final String BODY = "govuk-body";
21-
private static final String LINK = "govuk-link";
2221
private static final String LIST_ITEM = "govuk-list govuk-!-font-size-19";
2322
private static final String PADDING_TOP_0 = "govuk-!-padding-top-0";
2423

@@ -35,8 +34,9 @@ public void addTo(PageBuilder pageBuilder) {
3534
+ "<p class=\"" + BODY + "\">Solicitors or legal representatives must continue to submit claims "
3635
+ "using Possession Claim Online (PCOL) or by using a claim form with the relevant particulars "
3736
+ "of claim form.</p>"
38-
+ "<p class=\"" + BODY + "\">This service is also available "
39-
+ "<a href=\"javascript:void(0)\" class=\"" + LINK + "\">in Welsh (Cymraeg)</a>.</p>"
37+
+ "<p class=\"" + BODY + "\"> This service is also available in Welsh (Cymraeg). "
38+
+ "Select the 'Cymraeg' option in the top right corner of this screen to use this service in Welsh."
39+
+ "</p>"
4040
)
4141
.label("feePaymentWithAmount",
4242
"<p class=\"" + BODY + "\">The claim fee is ${feeAmount}. "

0 commit comments

Comments
 (0)