From 04287858e3d6f3e22b97ef323c502272dd1871a9 Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Mon, 6 Aug 2018 22:03:51 +0530 Subject: [PATCH] Trim the translation strings in Letsencrypt template where missing Signed-off-by: Joseph Nuthalapati Reviewed-by: James Valleroy --- plinth/modules/letsencrypt/templates/letsencrypt.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plinth/modules/letsencrypt/templates/letsencrypt.html b/plinth/modules/letsencrypt/templates/letsencrypt.html index d32e7eec9..4cf0f2efe 100644 --- a/plinth/modules/letsencrypt/templates/letsencrypt.html +++ b/plinth/modules/letsencrypt/templates/letsencrypt.html @@ -171,7 +171,7 @@ {% endif %} - {% blocktrans with current_domain=status.current_domain.name %} + {% blocktrans trimmed with current_domain=status.current_domain.name %} Let {{ box_name }} manage certificate renewal of {{ current_domain }} {% endblocktrans %} @@ -219,11 +219,11 @@ {% endif %} {% if 'ejabberd' in installed_modules and 'enabled' in status.current_domain.manage_hooks_status %} - {% blocktrans with current_domain=status.current_domain.name %} + {% blocktrans trimmed with current_domain=status.current_domain.name %} Use certificate of {{ current_domain }} for ejabberd {% endblocktrans %} {% else %} - {% blocktrans %} + {% blocktrans trimmed %} Use certificate of the current domain for ejabberd {% endblocktrans %} {% endif %}