diff --git a/plinth/modules/config/__init__.py b/plinth/modules/config/__init__.py
index 6db06b41f..21c70c1e0 100644
--- a/plinth/modules/config/__init__.py
+++ b/plinth/modules/config/__init__.py
@@ -36,6 +36,11 @@ is_essential = True
name = _('General Configuration')
+description = [
+ _('Here you can set some general configuration options ',
+ 'like hostname, domain name, webserver home page etc.')
+]
+
depends = ['firewall', 'names']
manual_page = 'Configure'
diff --git a/plinth/templates/setup.html b/plinth/templates/setup.html
index 490e91da4..bd5f15226 100644
--- a/plinth/templates/setup.html
+++ b/plinth/templates/setup.html
@@ -35,45 +35,31 @@
{% endblock %}
{% block content %}
-
- {% if setup_helper.module.icon_filename %}
-
- {{ paragraph|safe }}
-
{% trans "Installation" %}: {{ setup_helper.module.short_description|default:'' }} ({{ setup_helper.module.name }})
-
- {% for paragraph in setup_helper.module.description %}
-
{{ paragraph|safe }}
- {% endfor %} + {% if setup_helper.module.icon_filename %} + +- - {% trans 'Learn more...' %} - -
{% endif %} - {% endif %} + +{{ paragraph|safe }}
+ {% endfor %} + + {% if setup_helper.module.manual_page %} + + {% endif %} +