mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-07-22 11:59:33 +00:00
infinoted: Minor update to description
- To convey that Gobby is a desktop application.
This commit is contained in:
parent
414a59856d
commit
45c7fe7a8b
@ -30,6 +30,7 @@ from plinth import service as service_module
|
||||
from plinth.utils import format_lazy
|
||||
from plinth.views import ServiceView
|
||||
|
||||
|
||||
version = 1
|
||||
|
||||
depends = ['apps']
|
||||
@ -46,9 +47,9 @@ description = [
|
||||
_('infinoted is a server for Gobby, a collaborative text editor.'),
|
||||
|
||||
format_lazy(
|
||||
_('To use it, <a href="https://gobby.github.io/">download Gobby</a> '
|
||||
'and install it. Then start Gobby and select "Connect to Server" '
|
||||
'and enter your {box_name}\'s domain name.'),
|
||||
_('To use it, <a href="https://gobby.github.io/">download Gobby</a>, '
|
||||
'desktop client and install it. Then start Gobby and select '
|
||||
'"Connect to Server" and enter your {box_name}\'s domain name.'),
|
||||
box_name=_(cfg.box_name)),
|
||||
]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user