mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +00:00
improved helper text
This commit is contained in:
parent
8269cfe97e
commit
dfe35c9c97
@ -84,8 +84,10 @@ class ConfigureForm(forms.Form):
|
|||||||
hlp_disable_ssl = 'use this option if your provider uses self signed \
|
hlp_disable_ssl = 'use this option if your provider uses self signed \
|
||||||
certificates'
|
certificates'
|
||||||
|
|
||||||
hlp_secret = 'You should have been requested to select a password \
|
hlp_http_auth = 'if this option is selected, your username and \
|
||||||
when you created the account. Leave this field empty \
|
password will be used for HTTP basic authentication'
|
||||||
|
|
||||||
|
hlp_secret = 'Leave this field empty \
|
||||||
if you want to keep your previous configured password.'
|
if you want to keep your previous configured password.'
|
||||||
|
|
||||||
hlp_ipurl = 'Optional Value. If your FreedomBox is not connected \
|
hlp_ipurl = 'Optional Value. If your FreedomBox is not connected \
|
||||||
@ -132,6 +134,7 @@ class ConfigureForm(forms.Form):
|
|||||||
|
|
||||||
use_http_basic_auth = forms.BooleanField(label=_('use HTTP basic \
|
use_http_basic_auth = forms.BooleanField(label=_('use HTTP basic \
|
||||||
authentication'),
|
authentication'),
|
||||||
|
help_text=_(hlp_http_auth),
|
||||||
required=False)
|
required=False)
|
||||||
|
|
||||||
dynamicdns_domain = TrimmedCharField(
|
dynamicdns_domain = TrimmedCharField(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user