Commit 2185aaced3c5ae957d7dd2ad89bf8b9308d62f73
1 parent
f223a91f
updated msg
Showing
2 changed files
with
4 additions
and
4 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js
@@ -1394,7 +1394,7 @@ function ($scope, $rootScope, pages, log, $http, $timeout, DataService, $filter, | @@ -1394,7 +1394,7 @@ function ($scope, $rootScope, pages, log, $http, $timeout, DataService, $filter, | ||
1394 | $scope.isSenderEmailValid = false; | 1394 | $scope.isSenderEmailValid = false; |
1395 | // event.preventDefault(); | 1395 | // event.preventDefault(); |
1396 | $("#alertPopUp").css("display", "block"); | 1396 | $("#alertPopUp").css("display", "block"); |
1397 | - $("#messageBody").text("Email Address address is empty"); | 1397 | + $("#messageBody").text("Email Address is empty"); |
1398 | return false; | 1398 | return false; |
1399 | } | 1399 | } |
1400 | if ($scope.validateEmail(sEmail)) { | 1400 | if ($scope.validateEmail(sEmail)) { |
@@ -1414,7 +1414,7 @@ function ($scope, $rootScope, pages, log, $http, $timeout, DataService, $filter, | @@ -1414,7 +1414,7 @@ function ($scope, $rootScope, pages, log, $http, $timeout, DataService, $filter, | ||
1414 | var userName = $("#userName").val(); | 1414 | var userName = $("#userName").val(); |
1415 | if (userName.length == 0 || userName == 'undefined' || userName == ' ') { | 1415 | if (userName.length == 0 || userName == 'undefined' || userName == ' ') { |
1416 | $("#alertPopUp").css("display", "block"); | 1416 | $("#alertPopUp").css("display", "block"); |
1417 | - $("#messageBody").text("Please enter User name"); | 1417 | + $("#messageBody").text("Please enter your name"); |
1418 | $scope.isUserNameValid = false; | 1418 | $scope.isUserNameValid = false; |
1419 | return false; | 1419 | return false; |
1420 | } | 1420 | } |
@@ -1425,7 +1425,7 @@ function ($scope, $rootScope, pages, log, $http, $timeout, DataService, $filter, | @@ -1425,7 +1425,7 @@ function ($scope, $rootScope, pages, log, $http, $timeout, DataService, $filter, | ||
1425 | } | 1425 | } |
1426 | else { | 1426 | else { |
1427 | $("#alertPopUp").css("display", "block"); | 1427 | $("#alertPopUp").css("display", "block"); |
1428 | - $("#messageBody").text("User Name is not valid"); | 1428 | + $("#messageBody").text("Your Name is not valid"); |
1429 | $scope.isUserNameValid = false; | 1429 | $scope.isUserNameValid = false; |
1430 | return false; | 1430 | return false; |
1431 | } | 1431 | } |
400-SOURCECODE/AIAHTML5.Web/app/views/LabExerc/lab-exercises-detail.html
@@ -122,7 +122,7 @@ | @@ -122,7 +122,7 @@ | ||
122 | <div class="modal-content"> | 122 | <div class="modal-content"> |
123 | <div class="modal-header"> | 123 | <div class="modal-header"> |
124 | <!--<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>--> | 124 | <!--<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>--> |
125 | - <h4 class="modal-title">Error</h4> | 125 | + <h4 class="modal-title">Alert</h4> |
126 | </div> | 126 | </div> |
127 | <div class="modal-body "> | 127 | <div class="modal-body "> |
128 | <div class="modal-body" id="messageBody" style="padding:10px;font-size:15px;"> | 128 | <div class="modal-body" id="messageBody" style="padding:10px;font-size:15px;"> |