diff --git a/plinth/modules/cockpit/__init__.py b/plinth/modules/cockpit/__init__.py
index c283defb7..132d18813 100644
--- a/plinth/modules/cockpit/__init__.py
+++ b/plinth/modules/cockpit/__init__.py
@@ -50,11 +50,9 @@ description = [
format_lazy(
_('When enabled, Cockpit will be available from '
'/_cockpit/ path on the web server. It can be accessed by '
- 'any user with a {box_name} login. '
- 'Sensitive information and system altering abilities are limited to '
- 'users belonging to admin group.'), box_name=_(cfg.box_name),
+ 'any user on {box_name} belonging to '
+ 'the admin group.'), box_name=_(cfg.box_name),
users_url=reverse_lazy('users:index')),
- _('Currently only limited functionality is available.'),
]
service = None