Commit 8766cac7 authored by Jérome Perrin's avatar Jérome Perrin

apache frontend: fix typo and use "frontend administrators" instead of "the frontend administrator"

parent 807fdfca
...@@ -132,14 +132,14 @@ ...@@ -132,14 +132,14 @@
"apache_custom_http": { "apache_custom_http": {
"title": "HTTP configuration", "title": "HTTP configuration",
"description": "Raw http configuration in python template format. Your site will be rejected if you use it without notification and approval of the frontend adminastrator", "description": "Raw http configuration in python template format. Your site will be rejected if you use it without notification and approval of frontend administrators",
"default": "", "default": "",
"textarea": true, "textarea": true,
"type": "string" "type": "string"
}, },
"apache_custom_https": { "apache_custom_https": {
"title": "HTTPS configuration", "title": "HTTPS configuration",
"description": "Raw https configuration in python template format. Your site will be rejected if you use it without notification and approval of the frontend adminastrator", "description": "Raw https configuration in python template format. Your site will be rejected if you use it without notification and approval of frontend administrators",
"default": "", "default": "",
"textarea": true, "textarea": true,
"type": "string" "type": "string"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment