updated language and position on confirm on backup file
This commit is contained in:
parent
8b24adb53c
commit
13c56798fe
3 changed files with 3 additions and 3 deletions
|
|
@ -44,7 +44,7 @@
|
||||||
<p translate>
|
<p translate>
|
||||||
Please tap each word in the correct order.
|
Please tap each word in the correct order.
|
||||||
</p>
|
</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)"
|
<button class="button select-word" ng-click="addButton($index, shuffledWord)"
|
||||||
ng-disabled="shuffledWord.selected">{{shuffledWord.word}}
|
ng-disabled="shuffledWord.selected">{{shuffledWord.word}}
|
||||||
</button>
|
</button>
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
<button
|
<button
|
||||||
class="button button-clear expand"
|
class="button button-clear expand"
|
||||||
ng-click="closePopup(true)"
|
ng-click="closePopup(true)"
|
||||||
translate>Got it
|
translate>I Understand
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="text-center" ng-show="backupError">
|
<div class="text-center" ng-show="backupError">
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
padding: .5rem .5rem 1.7rem;
|
padding: .5rem .5rem 1.7rem;
|
||||||
border: 2px dashed rgb(206, 206, 206);
|
border: 2px dashed rgb(206, 206, 206);
|
||||||
width: 90%;
|
width: 90%;
|
||||||
margin: 2rem auto;
|
margin: 1rem auto;
|
||||||
color: rgb(43, 43, 43);
|
color: rgb(43, 43, 43);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
span {
|
span {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue