spending password -> password (#4222)

This commit is contained in:
Ivan Socolsky 2016-05-19 12:52:18 -03:00 committed by Matias Alejo Garcia
commit 35cc9af3e6
3 changed files with 8 additions and 8 deletions

View file

@ -38,8 +38,8 @@
</label>
<label for="password">
<span translate>Spending Password</span>
<input type="password" class="form-control" placeholder="{{'Your profile spending password'|translate}}"
<span translate>Password</span>
<input type="password" class="form-control" placeholder="{{'Your profile password'|translate}}"
name="password" ng-model="importLegacy.password" required>
</label>