diff --git a/plinth/modules/nextcloud/__init__.py b/plinth/modules/nextcloud/__init__.py
index 7a3870df3..c967483e0 100644
--- a/plinth/modules/nextcloud/__init__.py
+++ b/plinth/modules/nextcloud/__init__.py
@@ -22,10 +22,9 @@ _description = [
'and more. Nextcloud includes the Nextcloud server, client applications '
'for desktop computers, and mobile clients. The Nextcloud server '
'provides a well integrated web interface.'),
- _('All users of FreedomBox can use Nextcloud.'),
- _('To perform administrative actions, use the '
- f'"{privileged.GUI_ADMIN}" user.'),
- _('You can set a new password in the "Configuration" section below.'),
+ _('All users of FreedomBox can use Nextcloud. To perform administrative '
+ f'actions, use the "{privileged.GUI_ADMIN}" user after '
+ 'setting a password here.'),
format_lazy(
_('Please note that Nextcloud is installed and run inside a container '
'provided by the Nextcloud project. Security, quality, privacy and '