Change the copy of the account benefits

As per @mahtDFR request
This commit is contained in:
Diego Prado Gesto 2019-04-26 14:04:46 +02:00
parent c7bee73af6
commit 17c06f200f
2 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@ Column
anchors.horizontalCenter: parent.horizontalCenter
horizontalAlignment: Text.AlignLeft
renderType: Text.NativeRendering
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")
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 print profiles from leading brands")
lineHeight: 1.4
font: UM.Theme.getFont("default")
color: UM.Theme.getColor("text")

View file

@ -97,7 +97,7 @@ Item
t = catalog.i18nc("@text", "- Store your Ultimaker Cura settings in the cloud for use anywhere")
full_text += "<p>" + t + "</p>"
t = catalog.i18nc("@text", "- Get exclusive access to material profiles from leading brands")
t = catalog.i18nc("@text", "- Get exclusive access to print profiles from leading brands")
full_text += "<p>" + t + "</p>"
return full_text