From 10cf86291e1ab40c17dbbd37f28e08fc9fc00914 Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Fri, 18 Jul 2025 03:50:20 +0000 Subject: [PATCH] i18n: Trim some unnecessary leading/trailing spaces from translation strings. --- templates/zerver/emails/account_registered.txt | 2 +- templates/zerver/emails/missed_message.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/zerver/emails/account_registered.txt b/templates/zerver/emails/account_registered.txt index 9aac55b45a..330f665840 100644 --- a/templates/zerver/emails/account_registered.txt +++ b/templates/zerver/emails/account_registered.txt @@ -2,7 +2,7 @@ {% if realm_creation %} {% if is_demo_organization %} - {% trans demo_organizations_help_link="https://zulip.com/help/demo-organizations" %} Congratulations, you have created a new demo Zulip organization. Note that this organization will be automatically deleted in 30 days. Learn more about demo organizations here: {{ demo_organizations_help_link }}!{% endtrans %} + {% trans demo_organizations_help_link="https://zulip.com/help/demo-organizations" %}Congratulations, you have created a new demo Zulip organization. Note that this organization will be automatically deleted in 30 days. Learn more about demo organizations here: {{ demo_organizations_help_link }}!{% endtrans %} {% else %} {% trans %}Congratulations, you have created a new Zulip organization: {{ realm_name }}.{% endtrans %} {% endif %} diff --git a/templates/zerver/emails/missed_message.txt b/templates/zerver/emails/missed_message.txt index 5a71a9d220..6020384312 100644 --- a/templates/zerver/emails/missed_message.txt +++ b/templates/zerver/emails/missed_message.txt @@ -57,6 +57,6 @@ incoming emails. Help: https://zulip.readthedocs.io/en/latest/production/email-gateway.html {% endif %} -{% trans %}Manage email preferences: {% endtrans %} +{% trans %}Manage email preferences:{% endtrans %} {{ realm_url }}/#settings/notifications