From dfc0838f107fc1b6c99456e53c757ccb9cc6cf67 Mon Sep 17 00:00:00 2001 From: saravana kumar kandasami Date: Fri, 23 Feb 2018 06:06:39 +0000 Subject: [PATCH] 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 = "";