Fix wording

This commit is contained in:
Girish Ramakrishnan
2018-06-12 18:18:41 -07:00
parent 32e6b9024c
commit c3c77c5a97

View File

@@ -19,8 +19,8 @@ app.controller('Controller', ['$scope', function ($scope) {
<center>
<br/>
<h4>Hello <%= (user && user.email) ? user.email : '' %>, welcome to <%= cloudronName %>.</h4>
<h2>Setup your account and password.</h2>
<h4>Hello <%= (user && user.email) ? user.email : '' %>, welcome to <%= cloudronName %>!</h4>
<h2>Setup your account and password</h2>
</center>
<div class="container" ng-app="Application" ng-controller="Controller">