Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
FS-4383 fix declaration checkbox (#522)
Browse files Browse the repository at this point in the history
since got approval merging into main
  • Loading branch information
nuwan-samarasinghe authored and Karunakar Gari (standard user) committed May 7, 2024
1 parent c143048 commit 6b3ff39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions fsd_config/form_jsons/hsra_r1/declaration-hsra.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"hideTitle": true
},
"type": "CheckboxesField",
"title": "Yes, I confirm all the information is correct",
"title": "By submitting this application, you confirm that the information you have provided is correct.",
"list": "OkbBaj"
}
],
Expand All @@ -38,7 +38,7 @@
"type": "string",
"items": [
{
"text": "By submitting this application, you confirm that the information you have provided is correct.",
"text": "Yes, I confirm all the information is correct",
"value": "confirm"
}
]
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION=0.1.259
VERSION=0.1.261

0 comments on commit 6b3ff39

Please sign in to comment.