Skip to content

Commit 0ef0bf0

Browse files
authored
Update ConfigSchema.json
Updates confusing wordage that aligns with docs
1 parent 1a05b5a commit 0ef0bf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils/ConfigSchema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -505,13 +505,13 @@
505505
"title": "Prevent saving config to disk",
506506
"type": "boolean",
507507
"default": false,
508-
"description": "If set to true, no users will not be able to save config changes to disk through the UI"
508+
"description": "If set to true, users will be prevented from saving config changes to disk through the UI"
509509
},
510510
"preventLocalSave": {
511511
"title": "Prevent saving config to local storage",
512512
"type": "boolean",
513513
"default": false,
514-
"description": "If set to true, no users will not be able to save config changes to the browser's local storage"
514+
"description": "If set to true, users will be prevented from applying config changes to local storage"
515515
},
516516
"disableConfiguration": {
517517
"title": "Disable all UI Config",

0 commit comments

Comments
 (0)