From d37ca7eae30900ec596b5cf9751524d5b4e930a5 Mon Sep 17 00:00:00 2001 From: Sumner Evans Date: Tue, 18 Oct 2022 17:13:00 -0500 Subject: [PATCH] provisioning API: client -> app Signed-off-by: Sumner Evans --- mautrix_telegram/web/common/auth_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mautrix_telegram/web/common/auth_api.py b/mautrix_telegram/web/common/auth_api.py index 4089cc23..79540783 100644 --- a/mautrix_telegram/web/common/auth_api.py +++ b/mautrix_telegram/web/common/auth_api.py @@ -128,7 +128,7 @@ class AuthAPI(abc.ABC): status=200, message=( "Code requested successfully. Check your SMS " - "or Telegram client and enter the code below." + "or Telegram app and enter the code below." ), ) except PhoneNumberInvalidError: