translations

This commit is contained in:
Gabriel Bazán 2016-09-01 10:12:06 -03:00
commit 91d1b16508
22 changed files with 54 additions and 61 deletions

View file

@ -2,10 +2,10 @@
<ion-nav-bar class="bar-stable">
<ion-nav-buttons side="primary">
<button class="button no-border" ui-sref="tabs.add">
<i class="icon ion-chevron-left"></i> Back
<i class="icon ion-chevron-left"></i> {{'Back' | translate}}
</button>
</ion-nav-buttons>
<ion-nav-title>Join shared wallet</ion-nav-title>
<ion-nav-title>{{'Join shared wallet' | translate}}</ion-nav-title>
</ion-nav-bar>