Explorar el Código

验证码 -> 注册邮件

visuddhinanda hace 2 años
padre
commit
b5de0f5df6
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      dashboard/src/components/users/SignUp.tsx

+ 2 - 2
dashboard/src/components/users/SignUp.tsx

@@ -194,8 +194,8 @@ const SingUpWidget = () => {
       <StepsForm.StepForm name="finish" title="完成注册">
       <StepsForm.StepForm name="finish" title="完成注册">
         <Result
         <Result
           status="success"
           status="success"
-          title="验证码已经成功发送"
-          subTitle="验证邮件已经发送到您的邮箱。请查收邮件,根据提示完成注册。"
+          title="注册邮件已经成功发送"
+          subTitle="请查收邮件,根据提示完成注册。"
         />
         />
       </StepsForm.StepForm>
       </StepsForm.StepForm>
     </StepsForm>
     </StepsForm>