fixed #1903 removed english sentence in user delete confirm

This commit is contained in:
MatthieuLP
2023-04-24 17:19:29 +02:00
parent 4b33001c15
commit 47301fd120

View File

@@ -1097,6 +1097,7 @@ function fill_user_edit_update(user_to_edit, pop_in) {
pop_in.find('.delete-user-button').unbind("click").click(function () {
$.confirm({
title: title_msg.replace('%s', user_to_edit.username),
content: "",
buttons: {
confirm: {
text: confirm_msg,