summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-11-04 09:09:34 -0200
committerRenato Botelho <renato@netgate.com>2015-11-04 09:09:34 -0200
commit7562ea1d89e6cfd02c7b76000f4ac436169088b4 (patch)
tree24f06035ac3844c565cd84bf4653b97cd5dc050d /src
parentbef0d0d98b646fe6051bbf34d376b0663c681b12 (diff)
parent3d07a086a678ae5740842960d99a22ee9191291f (diff)
downloadpfsense-7562ea1d89e6cfd02c7b76000f4ac436169088b4.zip
pfsense-7562ea1d89e6cfd02c7b76000f4ac436169088b4.tar.gz
Merge pull request #2003 from brunostein/fix_button_name_upgrade_firmware
Diffstat (limited to 'src')
-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