summaryrefslogtreecommitdiffstats
path: root/src/usr/local
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-09-08 21:59:13 -0400
committerStephen Beaver <sbeaver@netgate.com>2015-09-08 21:59:13 -0400
commit635f649d039c5a39ed25cb9c745b0e5870996526 (patch)
tree7ff871f67ac54ad4241da812df0c331f08f636d9 /src/usr/local
parent8b5aac9fe0cf71a23b78b3325b0d30c127d61680 (diff)
downloadpfsense-635f649d039c5a39ed25cb9c745b0e5870996526.zip
pfsense-635f649d039c5a39ed25cb9c745b0e5870996526.tar.gz
Fix typo
Diffstat (limited to 'src/usr/local')
-rw-r--r--src/usr/local/www/interfaces.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/interfaces.php b/src/usr/local/www/interfaces.php
index 83da96c..a1aff22 100644
--- a/src/usr/local/www/interfaces.php
+++ b/src/usr/local/www/interfaces.php
@@ -2619,7 +2619,7 @@ $section->addInput(new Form_Select(
['' => 'Disabled', 'custom' => 'Custom', 'preset' => 'Pre-set']
))->setHelp('Select a reset timing type');
-$group = new Form_Group('Custom resest');
+$group = new Form_Group('Custom reset');
$group->addClass('pppoecustom');
$group->add(new Form_Input(
OpenPOWER on IntegriCloud