feat(users): translate sign in/up UI strings

This commit is contained in:
OldHawk
2017-05-27 18:39:07 +08:00
parent 2b75fb9e72
commit 000406fa38
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
<div class="text-center padding-top-50">
<h3 class="col-md-12 margin-top-50">{{ 'STATUS_FIELD.RESET_PASS_INVALID' | translate}}</h3>
<a ui-sref="password.forgot" class="col-md-12">{{ 'STATUS_FIELD.RE_RESET_PASSWORD' | translate}}</a>
<h3 class="col-md-12 margin-top-50">{{ 'SIGN.RESET_PASS_INVALID' | translate}}</h3>
<a ui-sref="password.forgot" class="col-md-12">{{ 'SIGN.RE_RESET_PASSWORD' | translate}}</a>
</div>

View File

@@ -1,3 +1,3 @@
<div class="text-center padding-top-50">
<h3 class="col-md-12 margin-top-50">{{ 'STATUS_FIELD.RESET_PASS_OK' | translate}}</h3>
<h3 class="col-md-12 margin-top-50">{{ 'SIGN.RESET_PASS_OK' | translate}}</h3>
</div>