diff --git a/src/Components/Profile/ChangePassword.tsx b/src/Components/Profile/ChangePassword.tsx index 7e7b9d4..f605f96 100644 --- a/src/Components/Profile/ChangePassword.tsx +++ b/src/Components/Profile/ChangePassword.tsx @@ -20,11 +20,11 @@ const ChangePassword = () => { initialValues={{ modifier: "public" }} > - + { rules={[ { required: true, - message: "Please input your password!", + message: "Please enter your password!", }, { min: 8, @@ -41,7 +41,7 @@ const ChangePassword = () => { ]} hasFeedback > - + { }), ]} > - +