From 12a98388d9fd00cd9e3b85a2ea060d6c8c9a215e Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Wed, 5 May 2021 14:28:04 +0200 Subject: [PATCH] Fix typo in icon name CURA-8010 --- plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml b/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml index 33c16853c5..a4f30edd19 100644 --- a/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml +++ b/plugins/CuraDrive/src/qml/components/BackupListItemDetails.qml @@ -17,7 +17,7 @@ ColumnLayout // Cura version BackupListItemDetailsRow { - iconSource: UM.Theme.getIcon("UltimakeCura") + iconSource: UM.Theme.getIcon("UltimakerCura") label: catalog.i18nc("@backuplist:label", "Cura Version") value: backupDetailsData.metadata.cura_release }