From 806d258663ec15f1ed876b7652ea6d0bbd4f80c6 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Sat, 16 Jul 2016 13:49:37 -0400 Subject: [PATCH] tor: Remove ownCloud reference from HS help text --- plinth/modules/tor/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/tor/forms.py b/plinth/modules/tor/forms.py index 4750dfdb4..43ffe5091 100644 --- a/plinth/modules/tor/forms.py +++ b/plinth/modules/tor/forms.py @@ -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(