From 92f6083cb78a499352acdb025c1c09c66243e3d5 Mon Sep 17 00:00:00 2001 From: Yannick Schaus Date: Mon, 15 Jan 2024 00:45:07 +0100 Subject: [PATCH] Update descriptions in the settings menu I thought these labels could be improved and those describe the relevant sections better IMO, getting more to the point. Native English speakers, please confirm and review! Signed-off-by: Yannick Schaus --- .../web/src/pages/settings/menu/settings-menu.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bundles/org.openhab.ui/web/src/pages/settings/menu/settings-menu.vue b/bundles/org.openhab.ui/web/src/pages/settings/menu/settings-menu.vue index 98ca1d768c..400d817333 100644 --- a/bundles/org.openhab.ui/web/src/pages/settings/menu/settings-menu.vue +++ b/bundles/org.openhab.ui/web/src/pages/settings/menu/settings-menu.vue @@ -172,11 +172,11 @@ export default { things: 'Manage the physical layer', model: 'The semantic model of your home', items: 'Manage the functional layer', - pages: 'Design displays for user control & monitoring', + pages: 'Design displays for user interaction', transform: 'Make raw data human-readable', - persistence: 'Persist data for future use', + persistence: 'How to keep data for future use', rules: 'Automate with triggers and actions', - scenes: 'Store a set of desired states as a scene', + scenes: 'Store a set of desired states to recall', scripts: 'Rules dedicated to running code', schedule: 'View upcoming time-based rules' },