diff --git a/debian/control b/debian/control
index 8992c4d7a..d14cd7ded 100644
--- a/debian/control
+++ b/debian/control
@@ -85,7 +85,6 @@ Depends:
lsof,
netcat-openbsd,
network-manager,
- node-turbolinks,
ppp,
pppoe,
python3-apt,
diff --git a/plinth/modules/gitweb/templates/gitweb_configure.html b/plinth/modules/gitweb/templates/gitweb_configure.html
index b5152afae..888241a64 100644
--- a/plinth/modules/gitweb/templates/gitweb_configure.html
+++ b/plinth/modules/gitweb/templates/gitweb_configure.html
@@ -70,7 +70,6 @@
{{ repo.name }}
{% else %}
{{ repo.name }}
diff --git a/plinth/modules/help/static/help.js b/plinth/modules/help/static/help.js
deleted file mode 100644
index d38de99ff..000000000
--- a/plinth/modules/help/static/help.js
+++ /dev/null
@@ -1,28 +0,0 @@
-// SPDX-License-Identifier: AGPL-3.0-or-later
-/**
- * @licstart The following is the entire license notice for the JavaScript
- * code in this page.
- *
- * This file is part of FreedomBox.
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Affero General Public License for more details.
- *
- * You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
- *
- * @licend The above is the entire license notice for the JavaScript code
- * in this page.
- */
-
-(function($) {
- let downloadManualButton = $('a[href="/plinth/help/manual-download/"]');
- downloadManualButton.attr("data-turbolinks", "false");
-})(jQuery);
diff --git a/plinth/modules/help/templates/help_manual.html b/plinth/modules/help/templates/help_manual.html
index 11bce5c98..18113cd90 100644
--- a/plinth/modules/help/templates/help_manual.html
+++ b/plinth/modules/help/templates/help_manual.html
@@ -26,7 +26,3 @@
{{ content|safe }}
{% endblock %}
-
-{% block page_js %}
-
-{% endblock %}
diff --git a/plinth/modules/ikiwiki/templates/ikiwiki_configure.html b/plinth/modules/ikiwiki/templates/ikiwiki_configure.html
index 13864598e..1f2eb2add 100644
--- a/plinth/modules/ikiwiki/templates/ikiwiki_configure.html
+++ b/plinth/modules/ikiwiki/templates/ikiwiki_configure.html
@@ -36,7 +36,6 @@
{{ site.1 }}
diff --git a/plinth/modules/roundcube/__init__.py b/plinth/modules/roundcube/__init__.py
index 7acab823e..25a055d09 100644
--- a/plinth/modules/roundcube/__init__.py
+++ b/plinth/modules/roundcube/__init__.py
@@ -23,8 +23,7 @@ _description = [
'full functionality you expect from an email client, including '
'MIME support, address book, folder manipulation, message '
'searching and spell checking.'),
- _('You can access Roundcube from /roundcube. Provide the username and password of the email '
+ _('You can use it by providing the username and password of the email '
'account you wish to access followed by the domain name of the '
'IMAP server for your email provider, like imap.example.com'
'. For IMAP over SSL (recommended), fill the server field '
diff --git a/plinth/modules/shaarli/__init__.py b/plinth/modules/shaarli/__init__.py
index f7d1ecfdb..bcdbb3698 100644
--- a/plinth/modules/shaarli/__init__.py
+++ b/plinth/modules/shaarli/__init__.py
@@ -18,10 +18,8 @@ managed_packages = ['shaarli']
_description = [
_('Shaarli allows you to save and share bookmarks.'),
- _('When enabled, Shaarli will be available from /shaarli path on the web server. Note that '
- 'Shaarli only supports a single user account, which you will need to '
- 'setup on the initial visit.'),
+ _('Note that Shaarli only supports a single user account, which you will '
+ 'need to setup on the initial visit.'),
]
app = None
diff --git a/plinth/modules/sharing/templates/sharing.html b/plinth/modules/sharing/templates/sharing.html
index c8f6afb10..8d3f3f5be 100644
--- a/plinth/modules/sharing/templates/sharing.html
+++ b/plinth/modules/sharing/templates/sharing.html
@@ -48,8 +48,7 @@