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>