Merge pull request #3634 from bitjson/v1.6

minor language changes
This commit is contained in:
Gustavo Maximiliano Cortez 2015-12-10 09:34:07 -03:00
commit 87410c2853
2 changed files with 3 additions and 3 deletions

View File

@ -172,9 +172,9 @@
<div class="circle-icon">
<i class="fi-like size-48"></i>
</div>
<h5>Congratulation</h5>
<h5>Congratulations!</h5>
<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>
<div class="columns text-center m20t">

View File

@ -48,7 +48,7 @@
<li ng-click="$root.go('backup')" ng-hide="index.isPrivKeyExternal">
<div class="right text-gray">
<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>
<i class="icon-arrow-right3 size-24 text-gray"></i>
</div>