From 13edfde89c3bd3a5b7efb6a7e2a5fda2fbd3ced5 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Wed, 5 Aug 2020 23:46:15 +1200 Subject: [PATCH] Fix server settings --- domain-server/resources/describe-settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domain-server/resources/describe-settings.json b/domain-server/resources/describe-settings.json index 9c220b740e..76924d8165 100644 --- a/domain-server/resources/describe-settings.json +++ b/domain-server/resources/describe-settings.json @@ -414,7 +414,7 @@ "name": "group_permissions", "type": "table", "caption": "Permissions for Users in Groups", - "help": "For groups that are provided from WordPress you need to denote them by putting an \"@\" symbol in front of each item, e.g., \"@silver\"". + "help": "For groups that are provided from WordPress you need to denote them by putting an \"@\" symbol in front of each item, e.g., \"@silver\".", "categorize_by_key": "permissions_id", "can_add_new_categories": true, "can_add_new_rows": false, @@ -543,7 +543,7 @@ "name": "group_forbiddens", "type": "table", "caption": "Permissions Denied to Users in Groups", - "help": "For groups that are provided from WordPress you need to denote them by putting an \"@\" symbol in front of each item, e.g., \"@silver\"". + "help": "For groups that are provided from WordPress you need to denote them by putting an \"@\" symbol in front of each item, e.g., \"@silver\".", "categorize_by_key": "permissions_id", "can_add_new_categories": true, "can_add_new_rows": false,