From ac954e1c43b55f67f9a916b2b5cb852aa407fa01 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Wed, 20 May 2015 15:00:11 -0700 Subject: [PATCH] fix for lowercase help text in 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 d4a4755101..90fab58f53 100644 --- a/domain-server/resources/describe-settings.json +++ b/domain-server/resources/describe-settings.json @@ -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