fix for lowercase help text in settings

This commit is contained in:
Stephen Birarda 2015-05-20 15:00:11 -07:00
parent 19b669867e
commit ac954e1c43

View file

@ -464,7 +464,7 @@
{ {
"name": "statusHost", "name": "statusHost",
"label": "Status Hostname", "label": "Status Hostname",
"help": "host name or IP address of the server for accessing the status page", "help": "Host name or IP address of the server for accessing the status page",
"placeholder": "", "placeholder": "",
"default": "", "default": "",
"advanced": true "advanced": true
@ -472,7 +472,7 @@
{ {
"name": "statusPort", "name": "statusPort",
"label": "Status Port", "label": "Status Port",
"help": "port of the server for accessing the status page", "help": "Port of the server for accessing the status page",
"placeholder": "", "placeholder": "",
"default": "", "default": "",
"advanced": true "advanced": true