diff --git a/modules/installed/router/pagekite.py b/modules/installed/router/pagekite.py index be767560b..666d1a0fe 100644 --- a/modules/installed/router/pagekite.py +++ b/modules/installed/router/pagekite.py @@ -41,7 +41,7 @@ class PageKite(PagePlugin): self.register_page("router.setup.pagekite") self.register_page("router.setup.pagekite.configure") cfg.html_root.router.setup.menu.add_item( - "Public Visibility (PageKite)", "icon-flag", + _("Public Visibility (PageKite)"), "icon-flag", "/router/setup/pagekite", 50) @cherrypy.expose @@ -51,15 +51,15 @@ class PageKite(PagePlugin): del kwargs # Unused main = _(""" -
PageKite is a system for exposing FreedomBox services when you +
PageKite is a system for exposing {box_name} services when you don't have a direct connection to the Internet. You only need this -service if your FreedomBox services are unreachable from the rest of +service if your {box_name} services are unreachable from the rest of the Internet. This includes the following situations:
PageKite is not installed, please install it. PageKite comes -pre-installed with FreedomBox. On any Debian based system (such as -FreedomBox) you may install it using the command 'aptitude install -pagekite'
''') +pre-installed with {box_name}. On any Debian based system (such as +{box_name}) you may install it using the command 'aptitude install +pagekite'''').format(box_name=cfg.box_name) try: message = kwargs['message'].text