Browse Source

Don't allow translating 'Ultimaker Cloud'

It is a marketing name and shouldn't be translated then.

Contributes to issue CURA-6257.
Ghostkeeper 6 years ago
parent
commit
cfa02c39ec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/qml/Account/GeneralOperations.qml

+ 1 - 1
resources/qml/Account/GeneralOperations.qml

@@ -26,7 +26,7 @@ Column
         anchors.horizontalCenter: parent.horizontalCenter
         horizontalAlignment: Text.AlignHCenter
         renderType: Text.NativeRendering
-        text: catalog.i18nc("@label", "Ultimaker Cloud")
+        text: "Ultimaker Cloud"
         font: UM.Theme.getFont("large_bold")
         color: UM.Theme.getColor("text")
     }