update messages
This commit is contained in:
parent
5b1c84b5f7
commit
b040204841
1 changed files with 3 additions and 3 deletions
|
|
@ -5,11 +5,11 @@
|
||||||
</ion-nav-bar>
|
</ion-nav-bar>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="block-text row">
|
<div class="block-text row">
|
||||||
<div class="message" ng-if="!confirmPin && !error" translate>Please enter your unlock PIN</div>
|
<div class="message" ng-if="!confirmPin && !error" translate>Please enter your PIN</div>
|
||||||
<div class="message" ng-if="confirmPin && !error" translate>Confirm your unlock PIN</div>
|
<div class="message" ng-if="confirmPin && !error" translate>Confirm your PIN</div>
|
||||||
<div class="message error" ng-if="error">
|
<div class="message error" ng-if="error">
|
||||||
<div ng-if="!expires" translate>Incorrect PIN, try again.</div>
|
<div ng-if="!expires" translate>Incorrect PIN, try again.</div>
|
||||||
<time ng-if="expires" translate>You have incorrectly typed your PIN. Try again in {{expires}}</time>
|
<time ng-if="expires" translate>Try again in {{expires}}</time>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="app-icon">
|
<div class="app-icon">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue