From b56bcf8392117be7ea84066b77d98134b2938b7e Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Wed, 14 Sep 2016 10:29:50 +0200 Subject: [PATCH] wrap gettext() , closes https://github.com/opnsense/core/issues/1181 --- src/www/system_usermanager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/www/system_usermanager.php b/src/www/system_usermanager.php index 225346009..989294473 100644 --- a/src/www/system_usermanager.php +++ b/src/www/system_usermanager.php @@ -408,7 +408,7 @@ $( document ).ready(function() { BootstrapDialog.show({ type:BootstrapDialog.TYPE_DANGER, title: "", - message: '' + '
('+username+")", + message: '' + '
('+username+")", buttons: [{ label: "", action: function(dialogRef) {