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",
"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": "",
"default": "",
"advanced": true
@ -472,7 +472,7 @@
{
"name": "statusPort",
"label": "Status Port",
"help": "port of the server for accessing the status page",
"help": "Port of the server for accessing the status page",
"placeholder": "",
"default": "",
"advanced": true