unbound: add default to hint, tweak link embed

Requested by: @NOYB
This commit is contained in:
Franco Fichtner 2018-02-28 20:28:52 +00:00
parent c6dc3dbd22
commit b2dc0c3e0a

View File

@ -212,7 +212,7 @@ include_once("head.inc");
endforeach; ?>
</select>
<output class="hidden" for="help_for_local_zone_type">
<?=sprintf(gettext('The local zone type used for the system domain. Type descriptions are available under "local-zone:" in the %s manual page.'), '<a target="_blank" href="https://www.unbound.net/documentation/unbound.conf.html">unbound.conf(5)</a>');?>
<?=sprintf(gettext('The local zone type used for the system domain. Type descriptions are available under "local-zone:" in the %sunbound.conf(5)%s manual page. The default is \'transparent\'.'), '<a target="_blank" href="https://www.unbound.net/documentation/unbound.conf.html">', '</a>');?>
</output>
</td>
</tr>