From 92d605f022c18cc8949a388fa5774f48b43ae9f2 Mon Sep 17 00:00:00 2001 From: Nino van Hooff Date: Thu, 9 Apr 2020 16:59:43 +0200 Subject: [PATCH] Update wording for authorization server error message CURA-7346 (cherry picked from commit ea00ff3c4742d7c9f7f9574f72e24e3255641ef6) --- cura/OAuth2/AuthorizationService.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cura/OAuth2/AuthorizationService.py b/cura/OAuth2/AuthorizationService.py index 6aa5042496..2f865456b6 100644 --- a/cura/OAuth2/AuthorizationService.py +++ b/cura/OAuth2/AuthorizationService.py @@ -169,7 +169,7 @@ class AuthorizationService: self._server.start(verification_code, state) except OSError: Logger.logException("w", "Unable to create authorization request server") - Message(i18n_catalog.i18nc("@info", "Unable to start local OAUTH2 server. Check if another login atempt is still active."), + Message(i18n_catalog.i18nc("@info", "Unable to start a new sign in process. Check if another sign in attempt is still active."), title=i18n_catalog.i18nc("@info:title", "Warning")).show() return