summaryrefslogtreecommitdiff
path: root/client/src/pages/Enrollment/FormOne/FormOne.jsx
diff options
context:
space:
mode:
authorrohan09-raj <[email protected]>2022-08-23 14:39:22 +0530
committerrohan09-raj <[email protected]>2022-08-23 14:39:22 +0530
commitffd2c78b86111a5d1f7914e7dab4ffc946cb5287 (patch)
treea9e672e566668e89a71d947c5aac30dca1d8c3d1 /client/src/pages/Enrollment/FormOne/FormOne.jsx
parent0602eb75a81966770c9fbc09b7685522e5b94d0c (diff)
check status feature
Diffstat (limited to 'client/src/pages/Enrollment/FormOne/FormOne.jsx')
-rw-r--r--client/src/pages/Enrollment/FormOne/FormOne.jsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/client/src/pages/Enrollment/FormOne/FormOne.jsx b/client/src/pages/Enrollment/FormOne/FormOne.jsx
index 3fd5a21..fb37457 100644
--- a/client/src/pages/Enrollment/FormOne/FormOne.jsx
+++ b/client/src/pages/Enrollment/FormOne/FormOne.jsx
@@ -88,7 +88,9 @@ const FormOne = () => {
}}
required
/>
- <label htmlFor="indian">{t('NON_RESIDENTIAL_INDIAN')}</label>
+ <label htmlFor="non-resident-indian">
+ {t('NON_RESIDENTIAL_INDIAN')}
+ </label>
</span>
</div>