We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bee48c6 commit 217b9f4Copy full SHA for 217b9f4
assets/js/disable-comments-settings-scripts.js
@@ -309,7 +309,7 @@ jQuery(document).ready(function ($) {
309
Swal.fire({
310
icon: "error",
311
title: __("Are you sure?", "disable-comments"),
312
- 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"),
313
showConfirmButton: true,
314
showCancelButton: true,
315
confirmButtonText: __('Yes, Delete It', "disable-comments"),
0 commit comments