summaryrefslogtreecommitdiff
path: root/web/template/email_confirm.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'web/template/email_confirm.tmpl')
-rw-r--r--web/template/email_confirm.tmpl12
1 files changed, 7 insertions, 5 deletions
diff --git a/web/template/email_confirm.tmpl b/web/template/email_confirm.tmpl
index 17926fdde..7963cf631 100644
--- a/web/template/email_confirm.tmpl
+++ b/web/template/email_confirm.tmpl
@@ -17,12 +17,14 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ -}}
-Hello {{.Username}}!
+Hello {{ .Username -}}!
-You are receiving this mail because you've requested an account on {{.InstanceURL}}.
+You are receiving this mail because you've requested an account on {{ .InstanceURL -}}.
-We just need to confirm that this is your email address. To confirm your email, paste the following in your browser's address bar:
+To use your account, you must confirm that this is your email address.
-{{.ConfirmLink}}
+To confirm your email, paste the following in your browser's address bar:
-If you believe you've been sent this email in error, feel free to ignore it, or contact the administrator of {{.InstanceURL}}
+{{ .ConfirmLink }}
+
+If you believe you've been sent this email in error, feel free to ignore it, or contact the administrator of {{ .InstanceURL -}}.