mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
fixed #1903 removed english sentence in user delete confirm
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user