Replaced "retreive" with "retrieve".

This commit is contained in:
Nicholas-Westby
2014-03-25 20:24:27 -07:00
parent ffa307613c
commit d0d9d85151

View File

@@ -18,7 +18,7 @@
<span class="help-inline" val-msg-for="resetPassword" val-toggle-msg="valServer"></span>
</umb-control-group>
<!-- we need to show the old pass field when the provider cannot retreive the password -->
<!-- we need to show the old pass field when the provider cannot retrieve the password -->
<umb-control-group alias="oldPassword" label="Old password" ng-show="$parent.showOldPass()">
<input type="text" name="oldPassword" ng-model="$parent.model.value.oldPassword"
class="input-large umb-textstring textstring"
@@ -50,4 +50,4 @@
<a href="" ng-click="cancelChange()" ng-show="showCancelBtn()" class="btn btn-small">Cancel</a>
</div>
</div>
</div>
</div>