mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
help: Point mailto to {{ support_email }} instead of zulip cloud email.
We were displaying the email as `{{ support_email }}` but we were not changing the mailto link to point to that email. This commit fixes that.
This commit is contained in:
committed by
Tim Abbott
parent
085d137871
commit
cb8ecc6143
@@ -25,7 +25,7 @@ organization's data will be permanently deleted.
|
||||
|
||||
A deactivated organization can be restored until its data is deleted.
|
||||
If you deactivated your organization by accident, please contact
|
||||
[{{ support_email }}](mailto:support@zulip.com) as soon as possible.
|
||||
[{{ support_email }}](mailto:{{ support_email }}) as soon as possible.
|
||||
|
||||
## Related articles
|
||||
|
||||
|
Reference in New Issue
Block a user