Skip to content

Commit 030d284

Browse files
barshathakurifrozenhelium
authored andcommitted
Fix region office label
1 parent b451510 commit 030d284

File tree

1 file changed

+3
-3
lines changed
  • src/views/DrefApplicationForm/Submission

1 file changed

+3
-3
lines changed

src/views/DrefApplicationForm/Submission/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
)}

0 commit comments

Comments
 (0)