From eff6c9d367f72b1f91d5342d56fcc4557ca08b61 Mon Sep 17 00:00:00 2001 From: Saad Sahibjan Date: Tue, 25 Oct 2016 12:00:54 +0530 Subject: [PATCH] Fix spacing issue --- .../app/units/mdm.unit.policy.edit/public/js/edit.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/components/mobile-plugins/mobile-base-plugin/org.wso2.carbon.device.mgt.mobile.ui/src/main/resources/jaggeryapps/devicemgt/app/units/mdm.unit.policy.edit/public/js/edit.js b/components/mobile-plugins/mobile-base-plugin/org.wso2.carbon.device.mgt.mobile.ui/src/main/resources/jaggeryapps/devicemgt/app/units/mdm.unit.policy.edit/public/js/edit.js index d86fe5e684..eacae0229a 100644 --- a/components/mobile-plugins/mobile-base-plugin/org.wso2.carbon.device.mgt.mobile.ui/src/main/resources/jaggeryapps/devicemgt/app/units/mdm.unit.policy.edit/public/js/edit.js +++ b/components/mobile-plugins/mobile-base-plugin/org.wso2.carbon.device.mgt.mobile.ui/src/main/resources/jaggeryapps/devicemgt/app/units/mdm.unit.policy.edit/public/js/edit.js @@ -564,8 +564,8 @@ validateStep["policy-profile"] = function () { // If empty child inputs are present validationStatus = { "error": true, - "subErrorMsg": "One or more package names of " + - "applications are empty.", + "subErrorMsg": "One or more package names of applications are" + + " empty.", "erroneousFeature": operation }; continueToCheckNextInputs = false; @@ -573,8 +573,7 @@ validateStep["policy-profile"] = function () { // If duplicate input is present validationStatus = { "error": true, - "subErrorMsg": "Duplicate values exist with " + - "for package names.", + "subErrorMsg": "Duplicate values exist with for package names.", "erroneousFeature": operation }; continueToCheckNextInputs = false;