Revision 604ff117
Added by k-paulius over 9 years ago
src/usr/local/www/pkg_mgr_install.php | ||
---|---|---|
516 | 516 |
$('#final').removeClass("alert-info").addClass("alert-success"); |
517 | 517 |
if ("<?=$_POST['mode']?>" != "reinstallall") { |
518 | 518 |
if ("<?=$pkgid?>" == "firmware") { |
519 |
$('#final').html("<b>" + "<?=gettext('System update successfully completed.')?>" + "</b>");
|
|
519 |
$('#final').html("<?=gettext('System update successfully completed.')?>");
|
|
520 | 520 |
} else { |
521 | 521 |
$('#final').html("<?=$pkg_success_txt?>"); |
522 | 522 |
} |
Also available in: Unified diff
No need for this message to be in bold.