From 656988cc546e569f794365b2c9781defac967082 Mon Sep 17 00:00:00 2001 From: Nektarios Katakis Date: Tue, 10 Dec 2019 12:03:19 +0000 Subject: [PATCH] cockpit: extend apps description with access info Reviewed-by: James Valleroy --- plinth/modules/cockpit/__init__.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/plinth/modules/cockpit/__init__.py b/plinth/modules/cockpit/__init__.py index 1e4e8eb7d..a37547ae4 100644 --- a/plinth/modules/cockpit/__init__.py +++ b/plinth/modules/cockpit/__init__.py @@ -56,7 +56,11 @@ description = [ format_lazy( _('It can be accessed by any user on ' '{box_name} belonging to the admin group.'), - box_name=_(cfg.box_name), users_url=reverse_lazy('users:index')) + box_name=_(cfg.box_name), users_url=reverse_lazy('users:index')), + format_lazy( + _('Cockpit requires that you access it through a domain name. ' + 'It will not work when accessed using an IP address as part' + ' of the URL.')), ] manual_page = 'Cockpit'