File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/views/DrefApplicationForm/Submission Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ function Submission(props: Props) {
9393 value = { value . submission_to_geneva }
9494 onChange = { setFieldValue }
9595 error = { error ?. submission_to_geneva }
96- hint = { strings . drefFormAddedByGeneva }
96+ hint = { strings . drefFormAddedByRegionalOffice }
9797 disabled = { disabled }
9898 />
9999 < DateInput
@@ -102,7 +102,7 @@ function Submission(props: Props) {
102102 value = { value . date_of_approval }
103103 onChange = { handleDateOfApproval }
104104 error = { error ?. date_of_approval }
105- hint = { strings . drefFormAddedByGeneva }
105+ hint = { strings . drefFormAddedByRegionalOffice }
106106 disabled = { disabled }
107107 />
108108 < NumberInput
@@ -133,7 +133,7 @@ function Submission(props: Props) {
133133 value = { value . publishing_date }
134134 onChange = { setFieldValue }
135135 error = { error ?. publishing_date }
136- hint = { strings . drefFormAddedByGeneva }
136+ hint = { strings . drefFormAddedByRegionalOffice }
137137 disabled = { disabled }
138138 />
139139 ) }
You can’t perform that action at this time.
0 commit comments