diff --git a/plinth/modules/tor/templates/tor.html b/plinth/modules/tor/templates/tor.html index ca32f8176..e73f32ffa 100644 --- a/plinth/modules/tor/templates/tor.html +++ b/plinth/modules/tor/templates/tor.html @@ -25,13 +25,14 @@ {% if is_installed %}
{% if is_running %}
Tor is running {% else %} Tor is not running {% endif %} -A hidden service will allow your {{ cfg.box_name }} to provide selected @@ -69,8 +70,6 @@ port-forwarded, if necessary:
-A Tor SOCKS port is available on your {{ cfg.box_name }} on TCP port 9050.
diff --git a/plinth/modules/xmpp/templates/xmpp.html b/plinth/modules/xmpp/templates/xmpp.html index 43928d469..97af8aeba 100644 --- a/plinth/modules/xmpp/templates/xmpp.html +++ b/plinth/modules/xmpp/templates/xmpp.html @@ -38,9 +38,11 @@ XMPP client {% else %}The XMPP server ejabberd is not installed.
ejabberd comes
- pre-installed with {{ cfg.box_name }}. On any Debian-based system (such as
- {{ cfg.box_name }}) you may install it using the command
+
+
The XMPP server ejabberd is not installed.
+ +ejabberd comes pre-installed with {{ cfg.box_name }}. On any Debian-based
+ system (such as {{ cfg.box_name }}) you may install it using the command
aptitude install ejabberd.