Files
meanTorrent/modules/users/client/views/password/reset-password-invalid.client.view.html

5 lines
229 B
HTML
Raw Normal View History

<div class="text-center padding-top-50">
<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>