mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-01 09:30:29 +00:00
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:
parent
8996cf0c11
commit
04287858e3
@ -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 %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user