Fix spacing

This commit is contained in:
Girish Ramakrishnan
2016-09-28 15:02:17 -07:00
parent 27d911addc
commit 08a45897c3

View File

@@ -1,6 +1,6 @@
<%if (format === 'text') { %>
Hi <%= user.displayName %>,
Hi<%= ' ' + user.displayName %>,
Welcome to our Cloudron <%= fqdn %>!