diff --git a/tiled/client/context.py b/tiled/client/context.py index 67c41d02f..055058131 100644 --- a/tiled/client/context.py +++ b/tiled/client/context.py @@ -73,7 +73,7 @@ def prompt_for_credentials(http_client, providers): except httpx.HTTPStatusError as err: if err.response.status_code == httpx.codes.UNAUTHORIZED: print( - "Username or password not recognized. Retry, or press Enter to escape." + "Username or password not recognized. Retry, or press Enter to cancel." ) continue else: