Skip to content

Commit

Permalink
Welsh - Payment Options (#1836)
Browse files Browse the repository at this point in the history
* Welsh - Payment Options

https://eaflood.atlassian.net/browse/IWTF-3825

Recurring payment, payment options screen adding the welsh content

* change title and add welsh content
  • Loading branch information
ScottDormand96 authored Dec 13, 2023
1 parent 0a8dbc7 commit 08510a5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/gafl-webapp-service/src/locales/cy.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,12 @@
"check_conf_contact_correct": "Mae’n gywir",
"check_conf_contact_title_1": "A yw’r ",
"check_conf_contact_title_2": " yn gywir?",
"choose_payment_error": "Dewiswch ie neu na",
"choose_payment_heading": "Hoffech chi ddechrau taliad cerdyn sy’n ailadrodd, er mwyn adnewyddu’r drwydded hon bob blwyddyn?",
"choose_payment_hint": "Taliad a gymerir yn awtomatig o’ch cerdyn debyd neu gredyd yw taliad cerdyn sy’n ailadrodd.",
"choose_payment_no": "Na, talu am un drwydded yn unig",
"choose_payment_title": "Hoffech chi ddechrau taliadau cerdyn sy’n ailadrodd ar gyfer trwyddedau yn y dyfodol? - GOV.UK",
"choose_payment_yes": "Hoffwn",
"client_error_content_if_not_working": "Os na fydd hynny’n gweithio, bydd angen i chi ",
"client_error_content_msg": "Mae'n ddrwg gennym ond mae problem gyda’r gwasanaeth",
"client_error_content_sorry": ". Mae’n ddrwg gennym am hynny.",
Expand Down
1 change: 1 addition & 0 deletions packages/gafl-webapp-service/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
"change_licence_details_other": "Review or change the licence details",
"choose_payment_heading": "Would you like to set up a recurring card payment to renew this licence each year?",
"choose_payment_error": "Select yes or no",
"choose_payment_heading": "Would you like to set up a recurring card payment to renew this licence each year?",
"choose_payment_hint": "A recurring card payment is an automatic payment taken from your debit or credit card",
"choose_payment_no": "No, pay for a single licence only",
"choose_payment_title": "Would you like to set up recurring card payments for future licences? - GOV.UK",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{% extends "standard-form.njk" %}

{% from "radios/macro.njk" import govukRadios %}

{% set title = mssgs.choose_payment_heading %}
Expand Down

0 comments on commit 08510a5

Please sign in to comment.