Skip to content

Commit

Permalink
Update disable-comments-settings-scripts.js
Browse files Browse the repository at this point in the history
  • Loading branch information
alimuzzaman committed Mar 25, 2024
1 parent bee48c6 commit 217b9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/disable-comments-settings-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 217b9f4

Please sign in to comment.