Fix event casing

This commit is contained in:
Joseph Schorr 2013-12-19 12:20:24 -05:00
parent 5778076abb
commit b6f42e8835

View file

@ -57,7 +57,7 @@
<input type="password" class="form-control" placeholder="Verify your new password" ng-model="user.repeatPassword"
match="user.password" required>
<button class="btn btn-danger" ng-disabled="changePasswordForm.$invalid" type="submit"
analytics-on analytics-event="change-pass">Change Password</button>
analytics-on analytics-event="change_pass">Change Password</button>
</form>
</div>
</div>