From 3d07a086a678ae5740842960d99a22ee9191291f Mon Sep 17 00:00:00 2001 From: bruno Date: Thu, 29 Oct 2015 15:45:02 -0200 Subject: fix button name --- src/usr/local/www/system_firmware.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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"); ?> -- cgit v1.1