Commit deda19dc authored by Franco Fichtner's avatar Franco Fichtner

system: tweak wording on previous

parent 0caeb312
...@@ -372,9 +372,9 @@ include("head.inc"); ...@@ -372,9 +372,9 @@ include("head.inc");
</td> </td>
</tr> </tr>
<tr class="ssl_opts"> <tr class="ssl_opts">
<td><a id="help_for_sslciphers" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("limit SSL Ciphers (advanced)"); ?></td> <td><a id="help_for_sslciphers" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("SSL Ciphers"); ?></td>
<td> <td>
<select name="ssl-ciphers[]" class="selectpicker" multiple="multiple" data-live-search="true" title="<?=gettext("leave default");?>"> <select name="ssl-ciphers[]" class="selectpicker" multiple="multiple" data-live-search="true" title="<?=gettext("System defaults");?>">
<?php <?php
$ciphers = json_decode(configd_run("system ssl ciphers"), true); $ciphers = json_decode(configd_run("system ssl ciphers"), true);
foreach ($ciphers as $cipher => $cipher_data):?> foreach ($ciphers as $cipher => $cipher_data):?>
...@@ -385,7 +385,7 @@ include("head.inc"); ...@@ -385,7 +385,7 @@ include("head.inc");
endforeach;?> endforeach;?>
</select> </select>
<div class="hidden" for="help_for_sslciphers"> <div class="hidden" for="help_for_sslciphers">
<?=gettext("Limit SSL ciphers to selected ones, be **very** careful changing this option, invalid options could lead to an inaccessible user interface.");?> <?=gettext("Limit SSL cipher selection in case the system defaults are undesired. Note that restrictive use may lead to an inaccessible web GUI.");?>
</div> </div>
</td> </td>
</tr> </tr>
......
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