diff --git a/plinth/modules/firewall/templates/firewall.html b/plinth/modules/firewall/templates/firewall.html index 509a3e8d0..4e960f835 100644 --- a/plinth/modules/firewall/templates/firewall.html +++ b/plinth/modules/firewall/templates/firewall.html @@ -30,9 +30,9 @@ threat from the Internet.

{% if firewall_status = 'not_installed' %}

Firewall is not installed. Please install it. Firewall 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 firewalld'

+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 firewalld

{% elif firewall_status = 'not_running' %} diff --git a/plinth/modules/packages/templates/packages.html b/plinth/modules/packages/templates/packages.html index 8127b6543..b642a9b40 100644 --- a/plinth/modules/packages/templates/packages.html +++ b/plinth/modules/packages/templates/packages.html @@ -23,9 +23,9 @@ {% block content %}

{{ title }}

-

aptitude purge modules

+

aptitude purge modules

-

aptitude install modules

+

aptitude install modules

The modules should depend on the appropriate Debian packages.

diff --git a/plinth/modules/pagekite/templates/pagekite_configure.html b/plinth/modules/pagekite/templates/pagekite_configure.html index c136aa2f7..e41436a56 100644 --- a/plinth/modules/pagekite/templates/pagekite_configure.html +++ b/plinth/modules/pagekite/templates/pagekite_configure.html @@ -27,7 +27,7 @@

PageKite is not installed, please install it. PageKite 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 pagekite'

+ aptitude install pagekite

{% else %} diff --git a/plinth/modules/tor/templates/tor.html b/plinth/modules/tor/templates/tor.html index e73f32ffa..d3988b9c6 100644 --- a/plinth/modules/tor/templates/tor.html +++ b/plinth/modules/tor/templates/tor.html @@ -79,7 +79,7 @@ port-forwarded, if necessary:

Tor is not installed, please install it. Tor 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 tor'.

+ aptitude install tor.

{% endif %}