From 33856be29ecd2579512f269b2eee3c93e1143566 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Fri, 26 Sep 2014 13:16:08 -0700 Subject: [PATCH] add period to help text for http password --- domain-server/resources/describe-settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domain-server/resources/describe-settings.json b/domain-server/resources/describe-settings.json index c61d20211d..074f402503 100644 --- a/domain-server/resources/describe-settings.json +++ b/domain-server/resources/describe-settings.json @@ -28,7 +28,7 @@ "name": "http-password", "label": "HTTP Password", "type": "password", - "help": "Password used for basic HTTP authentication. Leave this blank if you do not want to change it", + "help": "Password used for basic HTTP authentication. Leave this blank if you do not want to change it.", "value-hidden": true } ]