bug fixing in user project error messages of yop / placement of submit loan request and alignment of its items

This commit is contained in:
2023-07-31 17:05:28 +03:30
parent 51228f3c02
commit a869363aba
8 changed files with 38 additions and 25 deletions

View File

@@ -32,7 +32,7 @@ const RequestOtp = ({
};
const validationSchema = Yup.object().shape({
phone_number: Yup.string().required(
t("RegisterPage.error_message_required")
t("RegisterPage.error_message_phone_number")
),
});