diff --git a/api/routers/core_dynamic.py b/api/routers/core_dynamic.py index 82a314539..371940c7d 100644 --- a/api/routers/core_dynamic.py +++ b/api/routers/core_dynamic.py @@ -57,7 +57,7 @@ def login_user(response: JSONResponse, data: schemas.UserLoginSchema = Body(...) if r is None: raise HTTPException( status_code=status.HTTP_401_UNAUTHORIZED, - detail="You’ve entered invalid Email or Password." + detail="You've entered invalid Email or Password." ) if "errors" in r: raise HTTPException( diff --git a/ee/api/routers/core_dynamic.py b/ee/api/routers/core_dynamic.py index 234e99996..4223b8aa2 100644 --- a/ee/api/routers/core_dynamic.py +++ b/ee/api/routers/core_dynamic.py @@ -63,7 +63,7 @@ def login_user(response: JSONResponse, data: schemas.UserLoginSchema = Body(...) if r is None: raise HTTPException( status_code=status.HTTP_401_UNAUTHORIZED, - detail="You’ve entered invalid Email or Password." + detail="You've entered invalid Email or Password." ) if "errors" in r: raise HTTPException(