fix language

This commit is contained in:
girish@cloudron.io
2016-02-26 10:14:27 -08:00
parent 93ef1919c2
commit a7b5b49d96

View File

@@ -13,7 +13,7 @@ app.controller('Controller', [function () {}]);
</script>
<center>
<h1>Hello <%= user.username %> create a password</h1>
<h1>Hello <%= user.username %>, set a password</h1>
</center>
<div class="container" ng-app="Application" ng-controller="Controller">