summaryrefslogtreecommitdiff
path: root/www/templates/login.html
diff options
context:
space:
mode:
authorArjun Roychowdhury <pliablepixels@gmail.com>2015-11-17 10:43:18 -0500
committerArjun Roychowdhury <pliablepixels@gmail.com>2015-11-17 10:43:18 -0500
commitacf7d6e40babb1622a9f0dddb2eff50d7fe23c48 (patch)
tree4e25f38476d5e817b60c3ef82f9041dd3583bb75 /www/templates/login.html
parent62cea3fcfae528bc08995bf6a02ce92b0b899871 (diff)
#92 - let user have full control on cgi-bin path spec to cover all cases
Former-commit-id: 48bd4d0ca2ee8a8b44f885f76652c86088fc2397
Diffstat (limited to 'www/templates/login.html')
-rw-r--r--www/templates/login.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/templates/login.html b/www/templates/login.html
index 2c96bafd..242f9ac6 100644
--- a/www/templates/login.html
+++ b/www/templates/login.html
@@ -58,10 +58,10 @@
</label>
<label class="item item-input item-floating-label" >
- <span class="input-label">base path to cgi-bin</span>
+ <span class="input-label">path to cgi-bin</span>
<input autocapitalize="none" autocomplete="off"
autocorrect="off" type="text"
- placeholder="base path to cgi-bin"
+ placeholder="eg. server.com/zm/cgi-bin"
ng-model="loginData.streamingurl">
</label>