From 0e821cc7c85ea835696ea20927e665fb0f1dbae0 Mon Sep 17 00:00:00 2001 From: Shish Date: Sun, 7 Feb 2021 11:59:37 +0000 Subject: [PATCH] Fix descriptions for cached state settings (#6152) Co-authored-by: John Doe Co-authored-by: Koen Kanters --- lib/util/settings.schema.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/util/settings.schema.json b/lib/util/settings.schema.json index e2db52a4..13b7aaf2 100644 --- a/lib/util/settings.schema.json +++ b/lib/util/settings.schema.json @@ -253,14 +253,14 @@ }, "cache_state_persistent": { "type": "boolean", - "title": "Cache state persistent", + "title": "Persist cache state", "description": "Persist cached state, only used when cache_state: true", "default": true }, "cache_state_send_on_startup": { "type": "boolean", - "title": "Cache state send on startup", - "description": "Cache state send on startup, only used when cache_state: true", + "title": "Send cached state on startup", + "description": "Send cached state on startup, only used when cache_state: true", "default": true }, "log_rotation": {