Fix strings for translation
This commit is contained in:
parent
837f6fced1
commit
9b4e98753b
4 changed files with 10 additions and 16 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue