Trim the translation strings in Letsencrypt template where missing

Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Joseph Nuthalapati 2018-08-06 22:03:51 +05:30 committed by James Valleroy
parent 8996cf0c11
commit 04287858e3
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -171,7 +171,7 @@
</noscript>
{% endif %}
<span>
{% blocktrans with current_domain=status.current_domain.name %}
{% blocktrans trimmed with current_domain=status.current_domain.name %}
Let {{ box_name }} manage certificate renewal of
<b>{{ current_domain }}</b>
{% endblocktrans %}
@ -219,11 +219,11 @@
{% endif %}
<span>
{% 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 <b>ejabberd</b>
{% endblocktrans %}
{% else %}
{% blocktrans %}
{% blocktrans trimmed %}
Use certificate of the current domain for <b>ejabberd</b>
{% endblocktrans %}
{% endif %}