Merge pull request #5822 from dabura667/i18n-fix

I18n fix
This commit is contained in:
Matias Alejo Garcia 2017-03-24 10:39:32 -03:00 committed by GitHub
commit c31fb5f5c4
2 changed files with 2 additions and 2 deletions

View file

@ -2114,7 +2114,6 @@ msgstr ""
#: www/views/customAmount.html:20
#: www/views/tab-receive.html:62
#: www/views/tab-settings.html:36
msgid "Share"
msgstr ""
@ -2132,6 +2131,7 @@ msgid "Share this invitation with your copayers"
msgstr ""
#: src/js/controllers/feedback/complete.js:5
#: www/views/tab-settings.html:36
msgid "Share {{appName}}"
msgstr ""

View file

@ -33,7 +33,7 @@
<i class="icon big-icon-svg">
<img src="img/icon-heart.svg" class="bg"/>
</i>
<span>{{'Share'|translate}} {{appName}}</span>
<span translate>Share {{appName}}</span>
<i class="icon bp-arrow-right"></i>
</a>