Commit 6fb2f255 authored by Ad Schellevis's avatar Ad Schellevis

Merge pull request #595 from DokuKaefer/master

Fix spelling
parents 015345c8 f33360dc
...@@ -159,7 +159,7 @@ if (isset($input_errors) && count($input_errors) > 0) { ...@@ -159,7 +159,7 @@ if (isset($input_errors) && count($input_errors) > 0) {
</td> </td>
</tr> </tr>
<tr> <tr>
<td><a id="help_for_noinstalllanspd" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("LAN security associsations"); ?></td> <td><a id="help_for_noinstalllanspd" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("LAN security associations"); ?></td>
<td> <td>
<input name="noinstalllanspd" type="checkbox" id="noinstalllanspd" value="yes" <?=!empty($pconfig['noinstalllanspd']) ? "checked=\"checked\"" : "";?> /> <input name="noinstalllanspd" type="checkbox" id="noinstalllanspd" value="yes" <?=!empty($pconfig['noinstalllanspd']) ? "checked=\"checked\"" : "";?> />
<strong><?=gettext("Do not install LAN SPD"); ?></strong> <strong><?=gettext("Do not install LAN SPD"); ?></strong>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment