Fix strings for translation

This commit is contained in:
Gustavo Maximiliano Cortez 2015-05-19 15:30:49 -03:00
commit 9b4e98753b
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
4 changed files with 10 additions and 16 deletions

View file

@ -4,15 +4,13 @@
ng-init="titleSection='Wallet Alias'; goBackToState = 'preferences'">
</div>
<div class="content preferences p20v" ng-controller="preferencesAliasController as prefAlias">
<form name="settingsAliasForm" ng-submit="prefAlias.save()" class="columns">
<label>Alias for <i>{{index.walletName}}</i></label>
<label><span translate>Alias for</span> <i>{{index.walletName}}</i></label>
<input type="text" id="alias2" type="text" name="alias2" ng-model="prefAlias.alias">
<input type="submit" class="button expand black round" value="{{'Save'|translate}}"
ng-style="{'background-color':index.backgroundColor}">
</form>
<p class="text-gray text-center columns size-14"> Changing wallet alias only afects the local wallet name.
<p class="text-gray text-center columns size-14" translate>Changing wallet alias only afects the local wallet name.</p>
</div>
<div class="extra-margin-bottom"></div>