Skip to content

Commit

Permalink
Revised text from Enterprise marketplace pop-up screen
Browse files Browse the repository at this point in the history
Updated the qml WelcomPage with the revised text:
"Please sign in to get verified plugins and materials for Ultimaker Cura Enterprise"
  • Loading branch information
jellespijker committed Apr 22, 2020
1 parent 2f632de commit 5ae4ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Toolbox/resources/qml/pages/WelcomePage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Column
Label
{
id: welcomeTextLabel
text: catalog.i18nc("@description", "Get plugins and materials verified by Ultimaker")
text: catalog.i18nc("@description", "Please sign in to get verified plugins and materials for Ultimaker Cura Enterprise")
width: Math.round(parent.width / 2)
font: UM.Theme.getFont("default")
color: UM.Theme.getColor("text")
Expand Down

0 comments on commit 5ae4ce3

Please sign in to comment.