From 176f0320c3ef901f8aa8171296a685b8c6fb2da9 Mon Sep 17 00:00:00 2001 From: Joel Valleroy Date: Sat, 5 Mar 2016 16:51:24 +0000 Subject: [PATCH] Avahi should now display {box_name}. Fixes #414 --- plinth/modules/avahi/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plinth/modules/avahi/__init__.py b/plinth/modules/avahi/__init__.py index c4c0970bc..d3da6fc45 100644 --- a/plinth/modules/avahi/__init__.py +++ b/plinth/modules/avahi/__init__.py @@ -39,8 +39,8 @@ title = _('Service Discovery') description = [ format_lazy( _('Service discovery allows other devices on the network to ' - 'discover your {{ box_name }} and services running on it. It ' - 'also allows {{ box_name }} to discover other devices and ' + 'discover your {box_name} and services running on it. It ' + 'also allows {box_name} to discover other devices and ' 'services running on your local network. Service discovery is ' 'not essential and works only on internal networks. It may be ' 'disabled to improve security especially when connecting to a '