From 27324bae409e05c6ed85c6ea2d59ef19cb2781d0 Mon Sep 17 00:00:00 2001 From: saravana kumar kandasami Date: Mon, 19 Feb 2018 09:46:38 +0000 Subject: [PATCH] dashboardCtrl.js line no:288 --- 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 0f77d24b..a8ce4eda 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 registerd", "warning"); + swal("Failed!", "This student is not registered", "warning"); $scope.courseEditLoading = false; $scope.studentDetails = ""; $scope.courseDetails = "";