Fixes typos and .po file
This commit is contained in:
parent
e2af5ac782
commit
6fb1a9a4a3
6 changed files with 50 additions and 51 deletions
|
|
@ -14,7 +14,7 @@
|
|||
<div class="row collapse">
|
||||
<div class="large-12 columns">
|
||||
<div class="row collapse">
|
||||
<label for="address"><span translate>To:</span>
|
||||
<label for="address"><span translate>To</span>
|
||||
<small translate ng-hide="!sendForm.address.$pristine || address">required</small>
|
||||
<small translate class="is-valid" ng-show="!sendForm.address.$invalid && address">valid!</small>
|
||||
<small translate class="has-error" ng-show="sendForm.address.$invalid && address">not valid</small>
|
||||
|
|
@ -199,7 +199,7 @@
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<button translate class="button tiny primary text-center" ng-click="openAddressBookModal()">Add New Entry</button>
|
||||
<button translate class="button tiny primary text-center" ng-click="openAddressBookModal()">Add</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue