diff --git a/bundles/org.openhab.ui/web/src/pages/settings/rules/rule-edit.vue b/bundles/org.openhab.ui/web/src/pages/settings/rules/rule-edit.vue
index 30545312de..14f481487e 100644
--- a/bundles/org.openhab.ui/web/src/pages/settings/rules/rule-edit.vue
+++ b/bundles/org.openhab.ui/web/src/pages/settings/rules/rule-edit.vue
@@ -99,9 +99,14 @@
-
- {{ SECTION_LABELS[section][0] }}
-
+
+
+ {{ SECTION_LABELS[section][0] }}
+
+
+ {{ SECTION_LABELS[section][1] }}
+
+
reorderModule(ev, section)">
-
+
@@ -202,9 +207,9 @@ export default {
data () {
return {
SECTION_LABELS: {
- triggers: ['When', 'Add Trigger'],
- actions: ['Then', 'Add Action'],
- conditions: ['But only if', 'Add Condition']
+ triggers: ['When', 'Events that cause this rule to run', 'Add Trigger'],
+ actions: ['Then', 'Actions to take when this rule runs', 'Add Action'],
+ conditions: ['But only if', 'Conditions that must be matched for the actions of this rule to run', 'Add Condition']
},
ready: false,