l10n: Add missing trimmed to blocktrans blocks

Signed-off-by: Joseph Nuthalapati <njoseph@riseup.net>
This commit is contained in:
Joseph Nuthalapati 2020-02-09 10:54:44 +05:30
parent 447e5c3e38
commit 494fcd155b
No known key found for this signature in database
GPG Key ID: 5398F00A2FA43C35
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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