tor: Remove ownCloud reference from HS help text

This commit is contained in:
James Valleroy 2016-07-16 13:49:37 -04:00
parent 038fec97a6
commit 806d258663
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -52,7 +52,7 @@ class TorForm(forms.Form): # pylint: disable=W0232
required=False,
help_text=format_lazy(_(
'A hidden service will allow {box_name} to provide selected '
'services (such as ownCloud or chat) without revealing its '
'services (such as wiki or chat) without revealing its '
'location. Do not use this for strong anonymity yet.'),
box_name=_(cfg.box_name)))
apt_transport_tor_enabled = forms.BooleanField(