From 6b3ff3927ab5f670c50f4d0bbc3d1e1685ab15c5 Mon Sep 17 00:00:00 2001 From: Nuwan Samarassinghe Date: Tue, 7 May 2024 10:08:50 +0100 Subject: [PATCH] FS-4383 fix declaration checkbox (#522) since got approval merging into main --- fsd_config/form_jsons/hsra_r1/declaration-hsra.json | 4 ++-- version | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fsd_config/form_jsons/hsra_r1/declaration-hsra.json b/fsd_config/form_jsons/hsra_r1/declaration-hsra.json index b363b30d2..27813c6e9 100644 --- a/fsd_config/form_jsons/hsra_r1/declaration-hsra.json +++ b/fsd_config/form_jsons/hsra_r1/declaration-hsra.json @@ -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" } ], @@ -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" } ] diff --git a/version b/version index db177c3e9..65e8ea1b5 100644 --- a/version +++ b/version @@ -1 +1 @@ -VERSION=0.1.259 +VERSION=0.1.261