summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/pkg_mgr_install.php
diff options
context:
space:
mode:
authork-paulius <k.dash.paulius@gmail.com>2016-02-16 01:00:42 -0600
committerStephen Beaver <sbeaver@netgate.com>2016-02-16 17:33:04 -0500
commitb783b52fedd7eb7aea7cc4d6437f370432212b3b (patch)
tree60c60ad31e497fc3ab24582885886961c6149d5d /src/usr/local/www/pkg_mgr_install.php
parent16c6d51fe0f60f5c6ed227f138c452218de8fcc3 (diff)
downloadpfsense-b783b52fedd7eb7aea7cc4d6437f370432212b3b.zip
pfsense-b783b52fedd7eb7aea7cc4d6437f370432212b3b.tar.gz
No need for this message to be in bold.
Diffstat (limited to 'src/usr/local/www/pkg_mgr_install.php')
-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