Change "waiting" lable to "available"

Cl-896
This commit is contained in:
Jaime van Kessel 2018-09-05 14:06:18 +02:00
parent 23cd46824f
commit 8e66686d6f

View file

@ -218,7 +218,7 @@ Component
{ {
return modelData.activePrintJob.name return modelData.activePrintJob.name
} }
return catalog.i18nc("@label", "Waiting") return catalog.i18nc("@label", "Available")
} }
anchors.top: machineNameLabel.bottom anchors.top: machineNameLabel.bottom
width: parent.width width: parent.width