Fix tooltip documentation

This commit is contained in:
Alex Corey
2022-02-02 16:09:53 -05:00
parent d977aff8cf
commit 62b0c2b647
4 changed files with 4 additions and 5 deletions

View File

@@ -41,7 +41,6 @@ function MiscSystemDetail() {
);
data.DEFAULT_EXECUTION_ENVIRONMENT = name;
}
const systemData = pluck(
data,
'ACTIVITY_STREAM_ENABLED',

View File

@@ -51,7 +51,7 @@
"type": "list",
"required": true,
"label": "Remote Host Headers",
"help_text": "HTTP headers and meta keys to search to determine remote host name or IP. Add additional items to this list, such as \"HTTP_X_FORWARDED_FOR\", if behind a reverse proxy. See the \"Proxy Support\" section of the Adminstrator guide for more details.",
"help_text": "HTTP headers and meta keys to search to determine remote host name or IP. Add additional items to this list, such as \"HTTP_X_FORWARDED_FOR\", if behind a reverse proxy. See the \"Proxy Support\" section of the AAP Installation guide for more details.",
"category": "System",
"category_slug": "system",
"default": ["REMOTE_ADDR", "REMOTE_HOST"],