diff options
Diffstat (limited to 'templates/user/setting.tmpl')
-rw-r--r-- | templates/user/setting.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/user/setting.tmpl b/templates/user/setting.tmpl index 762dc33b7f..59357d7c93 100644 --- a/templates/user/setting.tmpl +++ b/templates/user/setting.tmpl @@ -8,7 +8,7 @@ <form class="form-horizontal" id="password-form" method="post" action="/user/setting"> {{.CsrfTokenHtml}} {{template "base/alert" .}} - <p>Your Email will be public and used for Account related notifications and any web based operations made via the web.</p> + <p>Your Email address is public and will be used for any account related notifications, and any web based operations made via the site.</p> <div class="form-group"> <label class="col-md-2 control-label" for="user-setting-username">Username<strong class="text-danger">*</strong></label> <div class="col-md-8"> @@ -54,4 +54,4 @@ </div> </div> </div> -{{template "base/footer" .}}
\ No newline at end of file +{{template "base/footer" .}} |