diff --git a/plinth/modules/tor/tor.py b/plinth/modules/tor/tor.py index ab48727d3..76e760b83 100644 --- a/plinth/modules/tor/tor.py +++ b/plinth/modules/tor/tor.py @@ -95,7 +95,7 @@ def get_status(): hs_ports = '' elif output == 'error': hs_enabled = False - hs_hostname = 'Configuration Error' + hs_hostname = 'Not available (Run Tor at least once)' hs_ports = '' else: hs_enabled = True