summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorbruno <bruno.stein@bluepex.com>2015-10-29 15:45:02 -0200
committerbruno <bruno.stein@bluepex.com>2015-10-29 15:45:02 -0200
commit3d07a086a678ae5740842960d99a22ee9191291f (patch)
tree333b251a82295e1f8bd24fc0f54ffd3789406b5b /src
parent65a0e193c7ca1ccfe29693fcfa3719356de97e48 (diff)
downloadpfsense-3d07a086a678ae5740842960d99a22ee9191291f.zip
pfsense-3d07a086a678ae5740842960d99a22ee9191291f.tar.gz
fix button name
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