diff --git a/src/translations/en.json b/src/translations/en.json index 68eb675f05..19653aba39 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -3290,7 +3290,7 @@ "state": "[%key:ui::panel::config::automation::editor::triggers::type::state::label%]", "description": { "picker": "If an entity (or attribute) is in a specific state.", - "no_entity": "Confirm state", + "no_entity": "If state confirmed", "full": "If{hasAttribute, select, \n true { {attribute} of}\n other {}\n} {numberOfEntities, plural,\n =0 {an entity is}\n one {{entities} is}\n other {{entities} are}\n} {numberOfStates, plural,\n =0 {a state}\n other {{states}}\n}{hasDuration, select, \n true { for {duration}} \n other {}\n }" } }, @@ -3353,7 +3353,7 @@ "zone": "[%key:ui::panel::config::automation::editor::triggers::type::zone::label%]", "description": { "picker": "If someone (or something) is in a zone.", - "full": "Confirm {entity} {numberOfEntities, plural,\n one {is}\n other {are}\n} in {zone} {numberOfZones, plural,\n one {zone} \n other {zones}\n} " + "full": "If {entity} {numberOfEntities, plural,\n one {is}\n other {are}\n} in {zone} {numberOfZones, plural,\n one {zone} \n other {zones}\n}" } } }