diff --git a/nymea-app/ui/magic/SelectRuleActionParamsPage.qml b/nymea-app/ui/magic/SelectRuleActionParamsPage.qml index a288be38..81d40ec4 100644 --- a/nymea-app/ui/magic/SelectRuleActionParamsPage.qml +++ b/nymea-app/ui/magic/SelectRuleActionParamsPage.qml @@ -165,7 +165,7 @@ Page { Layout.fillWidth: true text: thingId === null || stateTypeId === null ? qsTr("Select a state") - : dev.name + " - " + thing.thingClass.stateTypes.getStateType(stateTypeId).displayName + : thing.name + " - " + thing.thingClass.stateTypes.getStateType(stateTypeId).displayName visible: stateValueRadioButton.checked property var thingId: null