aboutsummaryrefslogtreecommitdiff
path: root/templates/install.tmpl
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-04-08 15:27:35 -0400
committerUnknown <joe2010xtmf@163.com>2014-04-08 15:27:35 -0400
commita991ebf5d0fe06c97be4b90b562e058ea2642de9 (patch)
treecd4a1710023de2cf1660b3333725c6ee8c61f8eb /templates/install.tmpl
parentb5064298036c25b492c9b4547ed5314f928ceaeb (diff)
Fix #54
Diffstat (limited to 'templates/install.tmpl')
-rw-r--r--templates/install.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/install.tmpl b/templates/install.tmpl
index 1fbc74bc..c70cfa3e 100644
--- a/templates/install.tmpl
+++ b/templates/install.tmpl
@@ -156,11 +156,11 @@
<label class="col-md-3 control-label">SMTP Host: </label>
<div class="col-md-8">
- <input name="smtp_host" type="text" class="form-control" placeholder="Type SMTP host address" value="{{.smtp_host}}">
+ <input name="smtp_host" type="text" class="form-control" placeholder="Type SMTP host address and port" value="{{.smtp_host}}">
</div>
</div>
<div class="form-group">
- <label class="col-md-3 control-label">Email: </label>
+ <label class="col-md-3 control-label">Username: </label>
<div class="col-md-8">
<input name="mailer_user" type="text" class="form-control" placeholder="Type SMTP user e-mail address" value="{{.mailer_user}}">