mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
cockpit: extend apps description with access info
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
390e041a14
commit
656988cc54
@ -56,7 +56,11 @@ description = [
|
||||
format_lazy(
|
||||
_('It can be accessed by <a href="{users_url}">any user</a> 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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user