From 47596c47ffe1be4b09de5336963f18611ee6b12a Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Thu, 2 Jun 2016 22:54:10 +0530 Subject: [PATCH] xmpp: Fix display of domain name in template --- plinth/modules/xmpp/templates/xmpp.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/xmpp/templates/xmpp.html b/plinth/modules/xmpp/templates/xmpp.html index 702a883e7..3f3903ec8 100644 --- a/plinth/modules/xmpp/templates/xmpp.html +++ b/plinth/modules/xmpp/templates/xmpp.html @@ -28,7 +28,7 @@

{% url 'config:index' as index_url %} - {% blocktrans trimmed with domainname=status.domainname %} + {% blocktrans trimmed with domainname=domainname %} Your XMPP server domain is set to {{ domainname }}. User IDs will look like username@{{ domainname }}. You can setup your domain on the system