i18n: Trim some unnecessary leading/trailing spaces from translation strings.

This commit is contained in:
Alex Vandiver
2025-07-18 03:50:20 +00:00
committed by Tim Abbott
parent 4c2cf4dca8
commit 10cf86291e
2 changed files with 2 additions and 2 deletions

View File

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

View File

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