Improve delete confirmation wording details (references #2624)

This commit is contained in:
Bernd Bestel
2024-12-26 10:46:54 +01:00
parent b2aa882abb
commit 5f26e914a2
24 changed files with 56 additions and 56 deletions

View File

@@ -295,7 +295,7 @@ $(".change-table-columns-visibility-button").on("click", function(e)
callback: function()
{
bootbox.confirm({
message: __t("Are you sure to reset the table options?"),
message: __t("Are you sure you want to reset the table options?"),
closeButton: false,
buttons: {
cancel: {