minor language changes

This commit is contained in:
Jason Dreyzehner 2015-12-09 20:51:06 -05:00
commit 943e545dd0
2 changed files with 3 additions and 3 deletions

View file

@ -172,9 +172,9 @@
<div class="circle-icon"> <div class="circle-icon">
<i class="fi-like size-48"></i> <i class="fi-like size-48"></i>
</div> </div>
<h5>Congratulation</h5> <h5>Congratulations!</h5>
<p class="text-gray columns" translate> <p class="text-gray columns" translate>
You backed up your new wallet. You can now restore this wallet at any time You backed up your wallet. You can now restore this wallet at any time.
</p> </p>
<div class="columns text-center m20t"> <div class="columns text-center m20t">

View file

@ -48,7 +48,7 @@
<li ng-click="$root.go('backup')" ng-hide="index.isPrivKeyExternal"> <li ng-click="$root.go('backup')" ng-hide="index.isPrivKeyExternal">
<div class="right text-gray"> <div class="right text-gray">
<span class="text-warning" ng-show="index.needsBackup"> <span class="text-warning" ng-show="index.needsBackup">
<i class="fi-alert"></i> <span translate>Still not done</span> <i class="fi-alert"></i> <span translate>Not completed</span>
</span> </span>
<i class="icon-arrow-right3 size-24 text-gray"></i> <i class="icon-arrow-right3 size-24 text-gray"></i>
</div> </div>