Update mentions to UltiMaker

Contributes to CURA-9808
This commit is contained in:
jspijker 2022-11-28 14:11:21 +01:00
parent 68f6a0d146
commit f76f711790
29 changed files with 180 additions and 180 deletions

View file

@ -274,7 +274,7 @@ class AuthorizationService:
self._unable_to_get_data_message.show()
else:
self._unable_to_get_data_message = Message(i18n_catalog.i18nc("@info",
"Unable to reach the Ultimaker account server."),
"Unable to reach the UltiMaker account server."),
title = i18n_catalog.i18nc("@info:title", "Log-in failed"),
message_type = Message.MessageType.ERROR)
Logger.warning("Unable to get user profile using auth data from preferences.")