Fix translations

This commit is contained in:
Kirvx 2016-06-07 22:16:41 +02:00
parent 492c4c967f
commit 6a67b47dee
3 changed files with 10 additions and 2 deletions

View File

@ -613,6 +613,10 @@ msgstr ""
msgid "Edit comment"
msgstr ""
#: public/views/modals/tx-details.html
msgid "Edited by"
msgstr ""
#: public/views/importLegacy.html
msgid "Email"
msgstr ""
@ -1617,6 +1621,10 @@ msgstr ""
msgid "Sweep Wallet"
msgstr ""
#: public/views/walletHome.html
msgid "Tap and hold to show"
msgstr ""
#: public/views/walletHome.html
msgid "Tap to retry"
msgstr ""

View File

@ -129,7 +129,7 @@
<span class="text-gray" translate>Comment</span>
<span class="right enable_text_select">{{btx.note.body}}</span><br>
<span class="right text-italic text-gray size-12">
<span translated>Edited by</span> <span>{{btx.note.editedByName}}</span>,
<span translate>Edited by</span> <span>{{btx.note.editedByName}}</span>,
<time>{{btx.note.editedOn * 1000 | amTimeAgo}}</time></span>
</span>
</li>

View File

@ -84,7 +84,7 @@
<div ng-show="!index.updateError && index.walletScanStatus != 'error' && index.shouldHideBalance" on-hold="index.onHold()">
<strong class="size-24" translate>[Balance Hidden]</strong>
<div class="size-14" transalate>
<div class="size-14" translate>
Tap and hold to show
</div>
</div>