mirror of
https://github.com/grocy/grocy.git
synced 2025-08-21 12:52:39 +00:00
Improve delete confirmation wording details (references #2624)
This commit is contained in:
@@ -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: {
|
||||
|
Reference in New Issue
Block a user