updated language and position on confirm on backup file

This commit is contained in:
Jamal Jackson 2016-09-13 14:15:51 -04:00
commit 13c56798fe
3 changed files with 3 additions and 3 deletions

View file

@ -44,7 +44,7 @@
<p translate>
Please tap each word in the correct order.
</p>
<span ng-repeat="shuffledWord in shuffledMnemonicWords track by $index" ng-if="!selectComplete">
<span ng-repeat="shuffledWord in shuffledMnemonicWords track by $index">
<button class="button select-word" ng-click="addButton($index, shuffledWord)"
ng-disabled="shuffledWord.selected">{{shuffledWord.word}}
</button>

View file

@ -9,7 +9,7 @@
<button
class="button button-clear expand"
ng-click="closePopup(true)"
translate>Got it
translate>I Understand
</button>
</div>
<div class="text-center" ng-show="backupError">

View file

@ -16,7 +16,7 @@
padding: .5rem .5rem 1.7rem;
border: 2px dashed rgb(206, 206, 206);
width: 90%;
margin: 2rem auto;
margin: 1rem auto;
color: rgb(43, 43, 43);
text-align: center;
span {