diff --git a/src/translations/en.json b/src/translations/en.json index f18091d5d3..c8b1fd7ff5 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -3850,7 +3850,7 @@ "triggers": { "name": "Triggers", "header": "When", - "description": "A trigger is a specific event happening in or around your home, for example: ''When the sun sets''. Any trigger listed here will start your automation.", + "description": "A trigger is a specific event happening in or around your home, for example: ''When the sun sets''. Any trigger added here will start your automation.", "learn_more": "Learn more about triggers", "triggered": "Triggered", "add": "Add trigger", @@ -4110,7 +4110,7 @@ "conditions": { "name": "Conditions", "header": "And if", - "description": "This list of conditions needs to be satisfied for the automation to run. A condition can be satisfied or not at any given time, for example: ''If {user} is home''. You can use building blocks to create more complex conditions.", + "description": "All conditions added here need to be satisfied for the automation to run. A condition can be satisfied or not at any given time, for example: ''If {user} is home''. You can use building blocks to create more complex conditions.", "learn_more": "Learn more about conditions", "add": "Add condition", "search": "Search condition", @@ -4277,7 +4277,7 @@ "actions": { "name": "Actions", "header": "Then do", - "description": "This list of actions will be performed in sequence when the automation runs. An action usually controls one of your areas, devices, or entities, for example: 'Turn on the lights'. You can use building blocks to create more complex sequences of actions.", + "description": "All actions added here will be performed in sequence when the automation runs. An action usually controls one of your areas, devices, or entities, for example: 'Turn on the lights'. You can use building blocks to create more complex sequences of actions.", "learn_more": "Learn more about actions", "add": "Add action", "search": "Search action",