mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
l10n: Add missing trimmed to blocktrans blocks
Signed-off-by: Joseph Nuthalapati <njoseph@riseup.net>
This commit is contained in:
parent
447e5c3e38
commit
494fcd155b
@ -31,7 +31,7 @@
|
|||||||
<b>{{ repository.name }}</b>
|
<b>{{ repository.name }}</b>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
{% blocktrans %}
|
{% blocktrans trimmed %}
|
||||||
The remote repository will not be deleted.
|
The remote repository will not be deleted.
|
||||||
This just removes the repository from the listing on the backup page, you
|
This just removes the repository from the listing on the backup page, you
|
||||||
can add it again later on.
|
can add it again later on.
|
||||||
|
|||||||
@ -42,7 +42,7 @@
|
|||||||
{% if certificate_status != "valid" %}
|
{% if certificate_status != "valid" %}
|
||||||
<div class="alert alert-warning" role="alert">
|
<div class="alert alert-warning" role="alert">
|
||||||
{% url 'letsencrypt:index' as letsencrypt_url %}
|
{% url 'letsencrypt:index' as letsencrypt_url %}
|
||||||
{% blocktrans %}
|
{% blocktrans trimmed %}
|
||||||
The configured domain name is using a self-signed certificate.
|
The configured domain name is using a self-signed certificate.
|
||||||
Federation with other Matrix Synapse instances requires a valid TLS
|
Federation with other Matrix Synapse instances requires a valid TLS
|
||||||
certificate. Please go to <a href="{{ letsencrypt_url }}">Let's
|
certificate. Please go to <a href="{{ letsencrypt_url }}">Let's
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user