create -> set

This commit is contained in:
Girish Ramakrishnan
2016-04-05 23:06:04 -07:00
parent 499921e3af
commit f210501e12
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ app.controller('Controller', [function () {}]);
</script>
<center>
<h1>Hello <%= user.username %> create a new password</h1>
<h1>Hello <%= user.username %>, set a new password</h1>
</center>
<div class="container" ng-app="Application" ng-controller="Controller">