Fix translate attrs

This commit is contained in:
Gustavo Maximiliano Cortez 2015-09-13 00:10:02 -03:00
commit 4533365107
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
9 changed files with 24 additions and 33 deletions

View file

@ -29,7 +29,7 @@
</span>
</div>
<label translate>email for wallet notifications</label>
<label translate>Email for wallet notifications</label>
<input type="email" id="email" name="email" ng-model="prefEmail.email" required>
<input type="submit" class="button expand black round" value="{{'Save'|translate}}"
ng-style="{'background-color':index.backgroundColor}" ng-disabled="emailForm.$invalid && !index.preferences.email">