mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Revert "Revised text from Enterprise marketplace pop-up screen"
This reverts commit 6a334dd907
.
The commit broke the string freeze. It also hardcodes the enterprise text
for all versions of Cura (which should not be the case!)
This commit is contained in:
parent
6a334dd907
commit
ed74198e20
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ Column
|
||||||
Label
|
Label
|
||||||
{
|
{
|
||||||
id: welcomeTextLabel
|
id: welcomeTextLabel
|
||||||
text: catalog.i18nc("@description", "Please sign in to get verified plugins and materials for Ultimaker Cura Enterprise")
|
text: catalog.i18nc("@description", "Get plugins and materials verified by Ultimaker")
|
||||||
width: Math.round(parent.width / 2)
|
width: Math.round(parent.width / 2)
|
||||||
font: UM.Theme.getFont("default")
|
font: UM.Theme.getFont("default")
|
||||||
color: UM.Theme.getColor("text")
|
color: UM.Theme.getColor("text")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue