From eaef4550d56f606e2384b93f23efb19ed6f688f4 Mon Sep 17 00:00:00 2001 From: saravana kumar kandasami Date: Fri, 23 Feb 2018 05:42:54 +0000 Subject: [PATCH 1/2] editEmployeeBranchDetails.html --- Apollo/assets/views/editEmployeeBranchDetails.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Apollo/assets/views/editEmployeeBranchDetails.html b/Apollo/assets/views/editEmployeeBranchDetails.html index ebade0ca..d1771aa3 100755 --- a/Apollo/assets/views/editEmployeeBranchDetails.html +++ b/Apollo/assets/views/editEmployeeBranchDetails.html @@ -428,12 +428,12 @@
From dfc0838f107fc1b6c99456e53c757ccb9cc6cf67 Mon Sep 17 00:00:00 2001 From: saravana kumar kandasami Date: Fri, 23 Feb 2018 06:06:39 +0000 Subject: [PATCH 2/2] dashboardCtrl.js --- Apollo/assets/js/controllers/dashboardCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apollo/assets/js/controllers/dashboardCtrl.js b/Apollo/assets/js/controllers/dashboardCtrl.js index a8ce4eda..0f77d24b 100755 --- a/Apollo/assets/js/controllers/dashboardCtrl.js +++ b/Apollo/assets/js/controllers/dashboardCtrl.js @@ -285,7 +285,7 @@ app.controller('studentModalDemoCtrl', ["$scope", "$modal", "$log", "API_POINTS" }); } else { - swal("Failed!", "This student is not registered", "warning"); + swal("Failed!", "This student is not registerd", "warning"); $scope.courseEditLoading = false; $scope.studentDetails = ""; $scope.courseDetails = "";