Browse Source

Another adjustment to account creation commercial text

The marketing team wants to make this small adjustment too.
Ghostkeeper 6 years ago
parent
commit
7569ed9834
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/qml/Account/GeneralOperations.qml

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

@@ -48,7 +48,7 @@ Column
         anchors.horizontalCenter: parent.horizontalCenter
         horizontalAlignment: Text.AlignLeft
         renderType: Text.NativeRendering
-        text: catalog.i18nc("@text", "- Send print jobs to your Ultimaker printers outside your local network\n- Store your Ultimaker Cura settings in the cloud for use anywhere\n- Get exclusive access to material profiles from leading brands")
+        text: catalog.i18nc("@text", "- Send print jobs to Ultimaker printers outside your local network\n- Store your Ultimaker Cura settings in the cloud for use anywhere\n- Get exclusive access to material profiles from leading brands")
         lineHeight: 1.4
         font: UM.Theme.getFont("default")
         color: UM.Theme.getColor("text")