Skip to content

Commit d50e714

Browse files
authored
Add Welsh for document download links (#4076)
* Add Welsh for document download links * Welsh for court order granted * Deemed service refused text
1 parent 4f4c8f9 commit d50e714

File tree

1 file changed

+10
-10
lines changed
  • src/main/steps/applicant1/hub-page/right-column

1 file changed

+10
-10
lines changed

src/main/steps/applicant1/hub-page/right-column/content.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,12 @@ const cy: typeof en = ({
156156
? 'dispense-with-service-refused'
157157
: 'deemed-service-refused'
158158
}`,
159-
text: `View the court order refusing your application for
159+
text: `Gweld y gorchymyn llys yn gwrthod eich cais am
160160
${
161161
userCase.alternativeServiceOutcomes?.[0].value.alternativeServiceType === AlternativeServiceType.DISPENSED
162-
? 'dispensed'
163-
: 'deemed'
164-
} service (PDF)`,
162+
? 'hepgor cyflwyno'
163+
: 'gyflwyno tybiedig'
164+
} (PDF)`,
165165
},
166166

167167
deemedOrDispensedDownload: {
@@ -175,12 +175,12 @@ const cy: typeof en = ({
175175
? 'certificate-of-dispense-with-service'
176176
: 'certificate-of-deemed-as-service'
177177
}`,
178-
text: `View the court order granting your application for
178+
text: `Gweld y gorchymyn llys sy’n caniatáu eich cais am
179179
${
180180
userCase.alternativeServiceOutcomes?.[0].value.alternativeServiceType === AlternativeServiceType.DISPENSED
181-
? 'dispensed'
182-
: 'deemed'
183-
} service (PDF)`,
181+
? 'hepgor cyflwyno'
182+
: 'gyflwyno tybiedig'
183+
} (PDF)`,
184184
},
185185
certificateOfEntitlementDownload: {
186186
reference: 'Certificate-of-Entitlement',
@@ -205,12 +205,12 @@ const cy: typeof en = ({
205205
conditionalOrderRefusalPdf: {
206206
reference: 'Refusal-Order',
207207
link: '/downloads/conditional-order-refusal',
208-
text: 'View the conditional order refusal (PDF)',
208+
text: 'Gweld y gwrthodiad am orchymyn amodol (PDF)',
209209
},
210210
finalOrderApplicationDownload: {
211211
reference: 'Final-Order-Application',
212212
link: '/downloads/final-order-application',
213-
text: 'View the final order application (PDF)',
213+
text: 'Gweld y cais am orchymyn terfynol (PDF)',
214214
},
215215
finalOrderGrantedDocumentDownload: {
216216
reference: 'Final-Order-Granted',

0 commit comments

Comments
 (0)