File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ const TraineeApplicationForm: React.FC = () => {
8484 </ div >
8585 ) : (
8686 < div className = { getContainerClassName ( isDarkMode ) } >
87- < h2 className = { getTitleClassName ( isDarkMode ) } > Application To Become Trainee </ h2 >
87+ < h2 className = { getTitleClassName ( isDarkMode ) } > Apply to become a trainee </ h2 >
8888 < form onSubmit = { handleSubmit } className = "space-y-4 pt-5" >
8989 < div className = "flex" >
9090 < div className = "flex-1 p-4" >
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ const TraineeAttributeForm = ({ traineeId }) => {
9494 < div className = "flex-grow flex flex-col items-center justify-center p-4 sm:p-6 lg:p-8" >
9595 < h3 className = { `text-3xl font-semibold mb-8 text-center ${
9696 isDarkMode ? 'text-white' : 'text-gray-800'
97- } `} > Provide more information to continue application </ h3 >
97+ } `} > Please Provide Additional Information to Proceed with the Application </ h3 >
9898 < div className = "w-full max-w-4xl" >
9999 { page === 1 ? (
100100 < TraineeFormPage1
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ export const ApplicantApplication = () => {
9393 to = "/applicant/available-jobs/trainee-apply"
9494 className = "flex bg-primary dark:bg-[#56C870] rounded-md py-2 mt-2 px-4 text-white font-medium cursor-pointer"
9595 >
96- Apply To Become Trainee
96+ Apply to become a trainee
9797 </ Link >
9898 < Link
9999 to = "/applicant/myapplication"
You can’t perform that action at this time.
0 commit comments