mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
i18n: Trim some unnecessary leading/trailing spaces from translation strings.
This commit is contained in:
committed by
Tim Abbott
parent
4c2cf4dca8
commit
10cf86291e
@@ -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 %}
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user