fix wording

This commit is contained in:
Javier 2015-11-13 14:57:01 -03:00
parent 8a89109d1b
commit e706dc3ea0
1 changed files with 2 additions and 2 deletions

View File

@ -103,14 +103,14 @@
</span>
<label translate>Address</label>
<div class="input">
<input type="text" id="address" name="address" ng-model="addressbook.address" valid-address required placeholder="Put the destination address here">
<input type="text" id="address" name="address" ng-model="addressbook.address" valid-address required placeholder="Put the destination address here" translate>
<div class="qr-scanner-input">
<qr-scanner ng-show="addAddressbookEntry" on-scan="onQrCodeScanned(data, addressbookForm)" before-scan="beforeQrCodeScann()"></qr-scanner>
</div>
</div>
<label translate>Label</label>
<input type="text" id="label" name="label" ng-model="addressbook.label" required placeholder="Enter the wallet name">
<input type="text" id="label" name="label" ng-model="addressbook.label" required>
<div class="row">
<div class="columns large-6 medium-6 small-6">
<input type="button"