mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-06 08:43:31 +02: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 () {
|
pop_in.find('.delete-user-button').unbind("click").click(function () {
|
||||||
$.confirm({
|
$.confirm({
|
||||||
title: title_msg.replace('%s', user_to_edit.username),
|
title: title_msg.replace('%s', user_to_edit.username),
|
||||||
|
content: "",
|
||||||
buttons: {
|
buttons: {
|
||||||
confirm: {
|
confirm: {
|
||||||
text: confirm_msg,
|
text: confirm_msg,
|
||||||
|
|||||||
Reference in New Issue
Block a user