mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-18 10:05:54 +08:00
Update wording for authorization server error message
CURA-7346 (cherry picked from commit ea00ff3c4742d7c9f7f9574f72e24e3255641ef6)
This commit is contained in:
parent
cf6ad0736a
commit
92d605f022
@ -169,7 +169,7 @@ class AuthorizationService:
|
|||||||
self._server.start(verification_code, state)
|
self._server.start(verification_code, state)
|
||||||
except OSError:
|
except OSError:
|
||||||
Logger.logException("w", "Unable to create authorization request server")
|
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()
|
title=i18n_catalog.i18nc("@info:title", "Warning")).show()
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user