diff --git a/src/main/resources/i18n/addon_en.properties b/src/main/resources/i18n/addon_en.properties index 7e490e549..639f94ac6 100644 --- a/src/main/resources/i18n/addon_en.properties +++ b/src/main/resources/i18n/addon_en.properties @@ -1 +1 @@ -manual_settle.notice=Settlement will be executed on second work day after submitted this application. Your balance will not update during this time. \ No newline at end of file +manual_settle.notice=Settlement will be executed on the second working day after this application has been submitted. During this period, your balance will not be updated. \ No newline at end of file diff --git a/src/main/ui/static/boot/indexMainApp.js b/src/main/ui/static/boot/indexMainApp.js index ca8629687..4663e4132 100644 --- a/src/main/ui/static/boot/indexMainApp.js +++ b/src/main/ui/static/boot/indexMainApp.js @@ -131,7 +131,7 @@ define(['angular', 'angularSanitize', 'angularAnimate', 'angularMessages', 'uiRo }); }; - $scope.getAgStatus(); + //$scope.getAgStatus(); $scope.refundNotice = {counts: 0}; $scope.openRefundNotice = false; $scope.showRefundNotice = function () {