Skip to content

Commit

Permalink
PCQ-1906 start page text (#1103)
Browse files Browse the repository at this point in the history
* PCQ-1906 start page text
  • Loading branch information
priyankaVerma21 authored Jun 27, 2024
1 parent b3fb09f commit 878bd7a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions app/resources/cy/translation/variable/prl_ca.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"applicant": {
"startpage": {
"paragraph2": "Ni fydd eich atebion yn effeithio ar eich cais.<br/><br/>Ni fyddant yn cael eu rhannu ag unrhyw un sy’n ymwneud â’ch achos."
"paragraph2": "Ni fydd eich atebion yn effeithio ar eich cais."
},
"endpage": {
"paragraph1": "Y cam nesaf yw gwirio manylion eich cais."
Expand All @@ -12,7 +12,7 @@
},
"respondent": {
"startpage": {
"paragraph2": "Ni fydd eich atebion yn effeithio ar eich ymateb.<br/><br/>Ni fyddant yn cael eu rhannu ag unrhyw un sy’n ymwneud â’ch achos."
"paragraph2": "Ni fydd eich atebion yn effeithio ar eich ymateb."
},
"endpage": {
"paragraph1": "Y cam nesaf yw gwirio manylion eich ymateb."
Expand Down
4 changes: 2 additions & 2 deletions app/resources/en/translation/variable/prl_ca.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"applicant": {
"startpage": {
"paragraph2": "Your answers won't affect your application.<br/><br/>They won't be shared with anyone involved in your case."
"paragraph2": "Your answers won't affect your application."
},
"endpage": {
"paragraph1": "The next steps are to check your application details."
Expand All @@ -12,7 +12,7 @@
},
"respondent": {
"startpage": {
"paragraph2": "Your answers won't affect your response.<br/><br/>They won't be shared with anyone involved in your case."
"paragraph2": "Your answers won't affect your response."
},
"endpage": {
"paragraph1": "The next steps are to check your response details."
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "protected-characteristics-frontend",
"description": "Protected Characteristics web app",
"version": "1.2.174",
"version": "1.2.175",
"license": "MIT",
"engines": {
"node": ">=14.18.1"
Expand Down
8 changes: 4 additions & 4 deletions test/unit/core/testServiceData.json
Original file line number Diff line number Diff line change
Expand Up @@ -541,8 +541,8 @@
"serviceId": "prl_ca",
"actor" : "applicant"
},
"startPageTextEn" : "Your answers won't affect your application.<br/><br/>They won't be shared with anyone involved in your case.",
"startPageTextCy" : "Ni fydd eich atebion yn effeithio ar eich cais.<br/><br/>Ni fyddant yn cael eu rhannu ag unrhyw un sy’n ymwneud â’ch achos.",
"startPageTextEn" : "Your answers won't affect your application.",
"startPageTextCy" : "Ni fydd eich atebion yn effeithio ar eich cais.",
"endPageTextEn" : "The next steps are to check your application details.",
"endPageTextCy" : "Y cam nesaf yw gwirio manylion eich cais.",
"shutterPageTextEn" : "We have saved your answers and will direct you back to your application now.",
Expand All @@ -555,8 +555,8 @@
"serviceId": "prl_ca",
"actor" : "respondent"
},
"startPageTextEn" : "Your answers won't affect your response.<br/><br/>They won't be shared with anyone involved in your case.",
"startPageTextCy" : "Ni fydd eich atebion yn effeithio ar eich ymateb.<br/><br/>Ni fyddant yn cael eu rhannu ag unrhyw un sy’n ymwneud â’ch achos.",
"startPageTextEn" : "Your answers won't affect your response.",
"startPageTextCy" : "Ni fydd eich atebion yn effeithio ar eich ymateb.",
"endPageTextEn" : "The next steps are to check your response details.",
"endPageTextCy" : "Y cam nesaf yw gwirio manylion eich ymateb.",
"shutterPageTextEn" : "We have saved your answers and will direct you back to your response now.",
Expand Down

0 comments on commit 878bd7a

Please sign in to comment.