Fixes typos and .po file
This commit is contained in:
parent
e2af5ac782
commit
6fb1a9a4a3
6 changed files with 50 additions and 51 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<h2 translate>Add Address Book Entry</h2>
|
||||
<h2 translate>Address Book</h2>
|
||||
<form name="addressBookForm" ng-submit="submitAddressBook(addressBookForm)" novalidate>
|
||||
<label for="newaddress"><span translate>Address</span>
|
||||
<small translate ng-hide="!addressBookForm.newaddress.$pristine || newaddress">required</small>
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
<a translate class="button warning small default" ng-click="cancel()">Cancel</a>
|
||||
<input type="submit" class="button small primary right"
|
||||
ng-disabled="addressBookForm.$invalid || loading"
|
||||
value="{{'Add Address'|translate}}">
|
||||
value="{{'Add'|translate}}">
|
||||
</form>
|
||||
<a class="close-reveal-modal" ng-click="cancel()">×</a>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue