From ed6b24b26b013dd33955e7531036db28d1646673 Mon Sep 17 00:00:00 2001 From: Kraiem Taha Yassine Date: Fri, 19 Apr 2024 15:09:19 +0200 Subject: [PATCH] =?UTF-8?q?fix(chalice):=20replaced=20=E2=80=99=20with=20'?= =?UTF-8?q?=20(#2109)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/routers/core_dynamic.py | 2 +- ee/api/routers/core_dynamic.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/routers/core_dynamic.py b/api/routers/core_dynamic.py index 82a3145395..371940c7d3 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 234e99996b..4223b8aa2b 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(