Tweak description string of whitelist mode

This commit is contained in:
Arjan H
2021-03-01 19:59:10 +01:00
parent b2a0738816
commit d9c78c5376
2 changed files with 2 additions and 2 deletions

View File

@@ -168,7 +168,7 @@
<span class="error config-error hidden" id="lockdowndomains-error"></span>
<br/>
<input type="radio" id="whitelist" name="domain_mode" value="whitelist" {{ if eq .DomainMode "whitelist"}}checked{{ end }}/> Next to all official domains, also allow this domain:<br/>
<input type="radio" id="whitelist" name="domain_mode" value="whitelist" {{ if eq .DomainMode "whitelist"}}checked{{ end }}/> Next to all official domains, also allow this domain (whitelist):<br/>
<input class="form-control non-fluid" type="text" id="whitelist_domains" name="whitelist_domains" value="{{ .WhitelistDomains }}"/>
<span class="error config-error hidden" id="whitelistdomains-error"></span>
<br/>

View File

@@ -31,7 +31,7 @@
<span class="error">{{ . }}</span><br/>
{{ end }}
<input type="radio" id="whitelist" name="domain_mode" value="whitelist" {{ if eq .DomainMode "whitelist"}}checked{{ end }}/> Next to all official domains, also allow this domain:<br/>
<input type="radio" id="whitelist" name="domain_mode" value="whitelist" {{ if eq .DomainMode "whitelist"}}checked{{ end }}/> Next to all official domains, also allow this domain (whitelist):<br/>
<input class="form-control non-fluid" type="text" id="whitelist_domains" name="whitelist_domains" value="{{ .WhitelistDomains }}"/><br/>
{{ with .Errors.WhitelistDomains }}
<span class="error">{{ . }}</span><br/>