diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js index 5a80bc6..5afc36c 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js @@ -1394,7 +1394,7 @@ function ($scope, $rootScope, pages, log, $http, $timeout, DataService, $filter, $scope.isSenderEmailValid = false; // event.preventDefault(); $("#alertPopUp").css("display", "block"); - $("#messageBody").text("Email Address address is empty"); + $("#messageBody").text("Email Address is empty"); return false; } if ($scope.validateEmail(sEmail)) { @@ -1414,7 +1414,7 @@ function ($scope, $rootScope, pages, log, $http, $timeout, DataService, $filter, var userName = $("#userName").val(); if (userName.length == 0 || userName == 'undefined' || userName == ' ') { $("#alertPopUp").css("display", "block"); - $("#messageBody").text("Please enter User name"); + $("#messageBody").text("Please enter your name"); $scope.isUserNameValid = false; return false; } @@ -1425,7 +1425,7 @@ function ($scope, $rootScope, pages, log, $http, $timeout, DataService, $filter, } else { $("#alertPopUp").css("display", "block"); - $("#messageBody").text("User Name is not valid"); + $("#messageBody").text("Your Name is not valid"); $scope.isUserNameValid = false; return false; } diff --git a/400-SOURCECODE/AIAHTML5.Web/app/views/LabExerc/lab-exercises-detail.html b/400-SOURCECODE/AIAHTML5.Web/app/views/LabExerc/lab-exercises-detail.html index c08a9d6..453fc02 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/views/LabExerc/lab-exercises-detail.html +++ b/400-SOURCECODE/AIAHTML5.Web/app/views/LabExerc/lab-exercises-detail.html @@ -122,7 +122,7 @@