Fix translation string. Complete some words in spanish
This commit is contained in:
parent
df698e9aa6
commit
e700634815
31 changed files with 1103 additions and 512 deletions
|
|
@ -1,21 +1,21 @@
|
|||
<div class="row manage text-center">
|
||||
<h1 class="show-for-large-up text-left columns">Add Wallet</h1>
|
||||
<h1 class="show-for-large-up text-left columns" translate>Add Wallet</h1>
|
||||
<div class="large-4 small-12 columns">
|
||||
<a class="db oh panel" title="Create new wallet" ng-click="$root.go('create')">
|
||||
<i class="fi-plus"></i>
|
||||
<span>Create new wallet</span>
|
||||
<span translate>Create new wallet</span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="large-4 small-12 columns">
|
||||
<a class="db oh panel join" title="Join shared wallet" ng-click="$root.go('join')">
|
||||
<i class="icon-people"></i>
|
||||
<span>Join shared wallet</span>
|
||||
<span translate>Join shared wallet</span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="large-4 small-12 columns">
|
||||
<a class="db oh panel import" title="Import wallet" ng-click="$root.go('import')">
|
||||
<i class="icon-upload"></i>
|
||||
<span>Import wallet</span>
|
||||
<span translate>Import wallet</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue