summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 b1686ce..7afe882 100644
--- a/src/usr/local/www/pkg_mgr_install.php
+++ b/src/usr/local/www/pkg_mgr_install.php
@@ -295,7 +295,7 @@ if ($input_errors) {
<?php
} else if ($firmwareupdate) {
?>
- <?=$g['product_name']?> <?=gettext(" System Update")?>
+ <?=sprintf(gettext('Are you sure you want to update %s system?'), $g['product_name'])?>
<?php
} else {
?>
OpenPOWER on IntegriCloud