Fix typo in RuleEnablementAction label (#3382)
Reported on Crowdin Signed-off-by: Jan N. Klug <github@klug.nrw>pull/3367/head
parent
ff063b93b2
commit
67ca7c61c3
|
@ -2,7 +2,7 @@
|
|||
"actions": [
|
||||
{
|
||||
"uid": "core.RuleEnablementAction",
|
||||
"label": "enables or disable rules",
|
||||
"label": "enables or disables rules",
|
||||
"description": "Enables or disables a rule or a group of rules specified by their UIDs.",
|
||||
"configDescriptions": [
|
||||
{
|
||||
|
|
|
@ -251,7 +251,7 @@ module-type.core.ItemStateUpdateTrigger.output.event.description = The event whi
|
|||
|
||||
# core.RuleEnablementAction
|
||||
|
||||
module-type.core.RuleEnablementAction.label = enables or disable rules
|
||||
module-type.core.RuleEnablementAction.label = enables or disables rules
|
||||
module-type.core.RuleEnablementAction.description = Enables or disables a rule or a group of rules specified by their UIDs.
|
||||
module-type.core.RuleEnablementAction.config.enable.label = Enable rules
|
||||
module-type.core.RuleEnablementAction.config.enable.description = 'true' enables all specified rules, 'false' disables them.
|
||||
|
|
Loading…
Reference in New Issue