diff --git a/plinth/modules/infinoted/__init__.py b/plinth/modules/infinoted/__init__.py index ab40af91b..71415355d 100644 --- a/plinth/modules/infinoted/__init__.py +++ b/plinth/modules/infinoted/__init__.py @@ -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, download Gobby ' - 'and install it. Then start Gobby and select "Connect to Server" ' - 'and enter your {box_name}\'s domain name.'), + _('To use it, download Gobby, ' + '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)), ]