Commit 6a9fe3c0 authored by Fabian Franz's avatar Fabian Franz

fix in diag_resetstate.php

parent e9703eb2
...@@ -84,9 +84,9 @@ include("head.inc"); ...@@ -84,9 +84,9 @@ include("head.inc");
</span><span class="vexpl"><?=gettext("The firewall will normally leave " . </span><span class="vexpl"><?=gettext("The firewall will normally leave " .
"the state tables intact when changing rules."); ?><br /> "the state tables intact when changing rules."); ?><br />
<br /> <br />
<?=gettext("NOTE: If you reset the firewall state table, the browser " . <?=gettext('Note: If you reset the firewall state table, the browser ' .
"session may appear to be hung after clicking &quot;Reset&quot;. " . 'session may appear to be hung after clicking "Reset". ' .
"Simply refresh the page to continue."); ?></span></p> 'Simply refresh the page to continue.'); ?></span></p>
<?php if (isset($config['system']['lb_use_sticky'])): ?> <?php if (isset($config['system']['lb_use_sticky'])): ?>
<p> <p>
......
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