mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-06 20:21:01 +01:00
feat(users): translate sign in/up UI strings
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user