mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
tor: Update APT transport help text
This commit is contained in:
parent
787fc22d04
commit
aa88b09d69
@ -48,9 +48,10 @@ class TorForm(forms.Form): # pylint: disable=W0232
|
|||||||
apt_transport_tor_enabled = forms.BooleanField(
|
apt_transport_tor_enabled = forms.BooleanField(
|
||||||
label=_('Download software packages over Tor'),
|
label=_('Download software packages over Tor'),
|
||||||
required=False,
|
required=False,
|
||||||
help_text=_('When enabled, Debian packages will be downloaded over '
|
help_text=_('When enabled, software will be downloaded over the Tor '
|
||||||
'the Tor network for software installs and upgrades. This '
|
'network for installations and upgrades. This adds a '
|
||||||
'adds a degree of privacy to your software downloads.'))
|
'degree of privacy and security during software '
|
||||||
|
'downloads.'))
|
||||||
|
|
||||||
|
|
||||||
def init():
|
def init():
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user