Fix minor texts for translates
This commit is contained in:
parent
95bfd555f2
commit
6d9d750952
6 changed files with 9 additions and 16 deletions
|
|
@ -50,7 +50,7 @@
|
|||
<div class="size-12 text-gray">
|
||||
<span ng-if="index.n > 1" translate>Multisignature wallet </span>
|
||||
<span ng-if="index.n == 1" translate>Personal Wallet</span>
|
||||
<span ng-if="index.network != 'livenet'" translate> - Testnet</span>
|
||||
<span ng-if="index.network != 'livenet'"> - Testnet</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -64,8 +64,7 @@
|
|||
</span>
|
||||
</div>
|
||||
<div class="text-center text-gray m15r m15l" translate>
|
||||
This wallet is not registered at the given Bitcore Wallet Service (BWS).
|
||||
You can recreate it from the local information.
|
||||
This wallet is not registered at the given Bitcore Wallet Service (BWS). You can recreate it from the local information.
|
||||
</div>
|
||||
<div class="text-center m10t ">
|
||||
<span class="button outline dark-gray tiny"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue