fix spelling error in EditRulesPage

This commit is contained in:
Michael Zanetti 2018-07-03 20:23:45 +02:00
parent ab02d54d2f
commit 13ba441d1e

View File

@ -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"