diff --git a/src/components/Employee/ManageEmployee.jsx b/src/components/Employee/ManageEmployee.jsx index aab94535..224153c8 100644 --- a/src/components/Employee/ManageEmployee.jsx +++ b/src/components/Employee/ManageEmployee.jsx @@ -441,7 +441,7 @@ const ManageEmployee = () => { }} >
- {500 - currentAddressLength} characters remaining + {500 - currentAddressLength} characters left
{errors.CurrentAddress && (
@@ -467,7 +467,7 @@ const ManageEmployee = () => { }} >
- {500 - permanentAddressLength} characters remaining + {500 - permanentAddressLength} characters left
{errors.PermanentAddress && (
diff --git a/src/components/Project/ManageProjectInfo.jsx b/src/components/Project/ManageProjectInfo.jsx index 0bb57441..88cbb5d7 100644 --- a/src/components/Project/ManageProjectInfo.jsx +++ b/src/components/Project/ManageProjectInfo.jsx @@ -219,7 +219,7 @@ const ManageProjectInfo = ( {project,handleSubmitForm, onClose} ) => />
- {maxAddressLength - addressLength} characters remaining + {maxAddressLength - addressLength} characters left
{errors.projectAddress &&
{errors.projectAddress.message}
}