mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 04:23:46 +00:00
stripe: Do not place Realm objects into context.
This commit is contained in:
committed by
Tim Abbott
parent
222729728c
commit
33f7da23a0
@@ -5,7 +5,7 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% trans organization_name_with_link=macros.link_tag(realm.url, realm.string_id) %}
|
||||
{% trans organization_name_with_link=macros.link_tag(realm_url, string_id) %}
|
||||
Your organization, {{ organization_name_with_link }}, has been downgraded to the Zulip Cloud
|
||||
Free plan because of unpaid invoices. The unpaid invoices have been voided.
|
||||
{% endtrans %}
|
||||
|
||||
@@ -1 +1 @@
|
||||
{{ realm.string_id }}: Your organization has been downgraded to Zulip Cloud Free
|
||||
{{ string_id }}: Your organization has been downgraded to Zulip Cloud Free
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Your organization, {{ realm.url }}, has been downgraded to the Zulip Cloud
|
||||
Your organization, {{ realm_url }}, has been downgraded to the Zulip Cloud
|
||||
Free plan because of unpaid invoices. The unpaid invoices have been voided.
|
||||
|
||||
To continue on the Zulip Cloud Standard plan, please upgrade again by going
|
||||
|
||||
Reference in New Issue
Block a user