diff --git a/assets/js/disable-comments-settings-scripts.js b/assets/js/disable-comments-settings-scripts.js index 4a87465..88209ad 100644 --- a/assets/js/disable-comments-settings-scripts.js +++ b/assets/js/disable-comments-settings-scripts.js @@ -309,7 +309,7 @@ jQuery(document).ready(function ($) { Swal.fire({ icon: "error", title: __("Are you sure?", "disable-comments"), - text: __("You won't be able to revert this!", "disable-comments"), + text: __("You won't be able to reverse this without a database backup.", "disable-comments"), showConfirmButton: true, showCancelButton: true, confirmButtonText: __('Yes, Delete It', "disable-comments"),