@@ -481,7 +481,7 @@ func (a *AuthController) ModifyMobile(c *gin.Context) {
userinfo := services.GetInfoByClaims(c)
if req.NewMobile == "" {
- resp.Fail("Please enter a new password", c)
+ resp.Fail("Please enter your phone number", c)
return
}