From d0c9d542f2b1f32e8d5cbabef9a52cc42ec377c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Doma=20Gerg=C5=91=20Mih=C3=A1ly?= <5199-domag-guest@users.noreply.salsa.debian.org> Date: Tue, 2 Jul 2019 00:07:59 +0000 Subject: [PATCH] matrixsynapse: Fix missing translation mark MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Missing translation mark in "matrix-synapse.html" fixed. Closes: #1588. Signed-off-by: Doma Gergő Mihály Reviewed-by: Sunil Mohan Adapa --- plinth/modules/matrixsynapse/templates/matrix-synapse.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/plinth/modules/matrixsynapse/templates/matrix-synapse.html b/plinth/modules/matrixsynapse/templates/matrix-synapse.html index 70674c193..c157394b2 100644 --- a/plinth/modules/matrixsynapse/templates/matrix-synapse.html +++ b/plinth/modules/matrixsynapse/templates/matrix-synapse.html @@ -32,7 +32,12 @@ name after the initial setup is currently not supported. {% endblocktrans %}

-

New users can be registered from any client if public registration is enabled.

+

+ {% blocktrans trimmed %} + New users can be registered from any client if public registration is + enabled. + {% endblocktrans %} +

{% if not has_valid_certificate %}