mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
wrap gettext() , closes https://github.com/opnsense/core/issues/1181
This commit is contained in:
parent
b90babbfd2
commit
b56bcf8392
@ -408,7 +408,7 @@ $( document ).ready(function() {
|
||||
BootstrapDialog.show({
|
||||
type:BootstrapDialog.TYPE_DANGER,
|
||||
title: "<?= gettext("User");?>",
|
||||
message: '<?=gettext("Do you really want to delete this user?");?>' + '<br/>('+username+")",
|
||||
message: '<?=html_safe(gettext("Do you really want to delete this user?"));?>' + '<br/>('+username+")",
|
||||
buttons: [{
|
||||
label: "<?= gettext("No");?>",
|
||||
action: function(dialogRef) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user