From 0ef0bf0dd5ba0c8c42ebe3e787a42e49ddb7eced Mon Sep 17 00:00:00 2001 From: JJ Munguia Date: Tue, 21 Nov 2023 00:52:30 -0600 Subject: [PATCH] Update ConfigSchema.json Updates confusing wordage that aligns with docs --- src/utils/ConfigSchema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/ConfigSchema.json b/src/utils/ConfigSchema.json index a0994ae2..bfd0fd02 100644 --- a/src/utils/ConfigSchema.json +++ b/src/utils/ConfigSchema.json @@ -505,13 +505,13 @@ "title": "Prevent saving config to disk", "type": "boolean", "default": false, - "description": "If set to true, no users will not be able to save config changes to disk through the UI" + "description": "If set to true, users will be prevented from saving config changes to disk through the UI" }, "preventLocalSave": { "title": "Prevent saving config to local storage", "type": "boolean", "default": false, - "description": "If set to true, no users will not be able to save config changes to the browser's local storage" + "description": "If set to true, users will be prevented from applying config changes to local storage" }, "disableConfiguration": { "title": "Disable all UI Config",