summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authork-paulius <k.dash.paulius@gmail.com>2016-02-16 01:00:42 -0600
committerk-paulius <k.dash.paulius@gmail.com>2016-02-16 01:00:42 -0600
commit604ff11792a46da6817f69d8e64f6ca6aa0eb999 (patch)
treebac6108b44c0ac26f0357b970f0eee4febd5b66f
parent209c4f2bd41e0d38f4a2120ecad13baa862c2308 (diff)
downloadpfsense-604ff11792a46da6817f69d8e64f6ca6aa0eb999.zip
pfsense-604ff11792a46da6817f69d8e64f6ca6aa0eb999.tar.gz
No need for this message to be in bold.
-rw-r--r--src/usr/local/www/pkg_mgr_install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/pkg_mgr_install.php b/src/usr/local/www/pkg_mgr_install.php
index 83106ff..986a9a9 100644
--- a/src/usr/local/www/pkg_mgr_install.php
+++ b/src/usr/local/www/pkg_mgr_install.php
@@ -516,7 +516,7 @@ function show_success() {
$('#final').removeClass("alert-info").addClass("alert-success");
if ("<?=$_POST['mode']?>" != "reinstallall") {
if ("<?=$pkgid?>" == "firmware") {
- $('#final').html("<b>" + "<?=gettext('System update successfully completed.')?>" + "</b>");
+ $('#final').html("<?=gettext('System update successfully completed.')?>");
} else {
$('#final').html("<?=$pkg_success_txt?>");
}
OpenPOWER on IntegriCloud