From 977119150dd913fa3ac3d849bd29fcfa4c684dfd Mon Sep 17 00:00:00 2001 From: yhua123 Date: Wed, 6 Jul 2016 16:33:48 +0800 Subject: [PATCH] Update change-password.controller.js modify "changed" to "change" --- .../js/layout/change-password/change-password.controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/resources/js/layout/change-password/change-password.controller.js b/static/resources/js/layout/change-password/change-password.controller.js index 6989705..b4d07c5 100644 --- a/static/resources/js/layout/change-password/change-password.controller.js +++ b/static/resources/js/layout/change-password/change-password.controller.js @@ -76,7 +76,7 @@ var message; $scope.$emit('modalTitle', $filter('tr')('error')); - console.log('Failed to changed password:' + data); + console.log('Failed to change password:' + data); if(data == 'old_password_is_not_correct') { message = $filter('tr')('old_password_is_incorrect'); }else{