From 13ba441d1e2768e5c0a923631020294f4f30f007 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Tue, 3 Jul 2018 20:23:45 +0200 Subject: [PATCH] fix spelling error in EditRulesPage --- nymea-app/ui/magic/EditRulePage.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nymea-app/ui/magic/EditRulePage.qml b/nymea-app/ui/magic/EditRulePage.qml index 0033ad9c..1e698e8a 100644 --- a/nymea-app/ui/magic/EditRulePage.qml +++ b/nymea-app/ui/magic/EditRulePage.qml @@ -737,7 +737,7 @@ Page { model: ListModel { ListElement { iconName: "../images/action.svg" - text: qsTr("Execute an action on of my things") + text: qsTr("Execute an action on one of my things") method: "addRuleAction" isExitAction: false minimumJsonRpcVersion: "1.0" @@ -751,7 +751,7 @@ Page { } ListElement { iconName: "../images/action.svg" - text: qsTr("Execute an action on of my things") + text: qsTr("Execute an action on one of my things") method: "addRuleExitAction" isExitAction: true minimumJsonRpcVersion: "1.0"