Also use cloudronName in account setup

This commit is contained in:
Johannes Zellner
2016-10-13 17:40:00 +02:00
parent 97a17ff25f
commit 4099a7a32e

View File

@@ -17,7 +17,7 @@ app.controller('Controller', ['$scope', function ($scope) {
<center>
<br/>
<h4>Hello <%= (user && user.email) ? user.email : '' %>, welcome to your Cloudron.</h4>
<h4>Hello <%= (user && user.email) ? user.email : '' %>, welcome to <%= cloudronName %>.</h4>
<h2>Setup your account and password.</h2>
</center>