summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/usr/local/www/system_firmware.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/system_firmware.php b/src/usr/local/www/system_firmware.php
index 571fdb5..0b63c0e 100644
--- a/src/usr/local/www/system_firmware.php
+++ b/src/usr/local/www/system_firmware.php
@@ -331,7 +331,7 @@ if ($sig_warning && !$input_errors) {
}
$section->addInput(new Form_Button(
- 'submit',
+ 'Submit',
'Upgrade firmware'
))->addClass('btn-danger btn-sm')->setHelp('Click the "Upgrade firmware" button above to start the upgrade process');
}
@@ -351,4 +351,4 @@ if ($sig_warning && !$input_errors) {
}
}
-include("foot.inc"); ?> \ No newline at end of file
+include("foot.inc"); ?>
OpenPOWER on IntegriCloud