summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-08-27 12:56:34 -0400
committerStephen Beaver <sbeaver@netgate.com>2015-08-27 12:56:34 -0400
commit9b2bd81e62b8603cb9e8a0254f1d4670312e8975 (patch)
tree13ee33b14f2e9944bc218ee2e7cd42624ee39dc6 /src
parent1ce280abb36aeb6619f4aae41124d5ba608c7214 (diff)
downloadpfsense-9b2bd81e62b8603cb9e8a0254f1d4670312e8975.zip
pfsense-9b2bd81e62b8603cb9e8a0254f1d4670312e8975.tar.gz
Fixed #5026
Corrected text issues as reported.
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 4a6cc5a..ccd2ab9 100644
--- a/src/usr/local/www/system_firmware.php
+++ b/src/usr/local/www/system_firmware.php
@@ -302,7 +302,7 @@ if ($sig_warning && !$input_errors) {
$section->addInput(new Form_Checkbox(
'backupbeforeupgrade',
Backup,
- 'Perform a full backup prior to upgrade"',
+ 'Perform a full backup prior to upgrade',
false
));
}
@@ -310,7 +310,7 @@ if ($sig_warning && !$input_errors) {
$section->addInput(new Form_Button(
'submit',
'Upgrade firmware'
- ))->addClass('btn-danger btn-sm')->setHelp('Click the "Upgrade firmware" button below to start the upgrade process');
+ ))->addClass('btn-danger btn-sm')->setHelp('Click the "Upgrade firmware" button above to start the upgrade process');
}
$form->add($section);
OpenPOWER on IntegriCloud