diff --git a/Apollo/assets/js/controllers/studentCtrl.js b/Apollo/assets/js/controllers/studentCtrl.js index 65ebc952..d5b15040 100755 --- a/Apollo/assets/js/controllers/studentCtrl.js +++ b/Apollo/assets/js/controllers/studentCtrl.js @@ -1816,7 +1816,7 @@ app.controller('studentSuperAdminCtrl', ["$scope", "toaster", "$filter", "ngTabl // $scope.existingStudentId = response.data.details.studentId; SweetAlert.swal({ title: "Warning!", - text: "Student Exist with this same Number." + "\n Do you want to Enroll New Course!", + text: "Student exist with this same Number." + "\n Do you want to Enroll New Course!", type: "warning", showCancelButton: true, confirmButtonColor: "#007aff",