mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix text for the P1 table header.
This commit is contained in:
parent
7fd51c6820
commit
e46616a729
@ -443,7 +443,7 @@ function show_ipsec_header($ph1ent) {
|
||||
global $g;
|
||||
if (isset($ph1ent['mobile']))
|
||||
$mobile = "&mobile=true";
|
||||
echo <<<EOF
|
||||
?>
|
||||
<tr>
|
||||
<td class="listhdrr"><?=gettext("Remote Gateway"); ?></td>
|
||||
<td class="listhdrr"><?=gettext("Mode"); ?></td>
|
||||
@ -454,7 +454,7 @@ function show_ipsec_header($ph1ent) {
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
EOF;
|
||||
<?php
|
||||
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user