diff --git a/public/application/views/layout/footer.php b/public/application/views/layout/footer.php index 41f66fd..3d6d498 100644 --- a/public/application/views/layout/footer.php +++ b/public/application/views/layout/footer.php @@ -583,14 +583,14 @@ $("#example10").DataTable({ var link = $(this).attr('href'); Swal.fire({ - title: 'Yakin ingin keluar?', - text: "Sesi Anda akan segera diakhiri!", + title: 'Emang Udah selesai kerjanya?', + text: "Kalo udah selesai langsung logout aja", icon: 'warning', showCancelButton: true, confirmButtonColor: '#3085d6', cancelButtonColor: '#d33', - confirmButtonText: 'Ya, Keluar!', - cancelButtonText: 'Batal' + confirmButtonText: 'Iya, Udah!', + cancelButtonText: 'Belom' }).then((result) => { if (result.isConfirmed) { window.location.href = link;