mirror of https://github.com/zulip/zulip.git
remote_billing: Fix phrase on the "server already on a plan" error page.
"All older versions" was incorrect.
This commit is contained in:
parent
c1857b2c86
commit
3ab0fa04c0
|
@ -18,11 +18,10 @@
|
|||
{% trans %} Plan management is not available for this
|
||||
organization, because your Zulip server is already on a
|
||||
{{ server_plan_name }} plan, which covers all
|
||||
organizations on this server. Follow the <a
|
||||
href="https://zulip.com/help/self-hosted-billing#manage-billing">log
|
||||
in instructions</a>
|
||||
for <b>All older versions</b>
|
||||
of the Zulip server to manage your plan.
|
||||
organizations on this server. See the <b>All versions</b> tab of the
|
||||
<a href="https://zulip.com/help/self-hosted-billing#manage-billing">log
|
||||
in instructions</a> to administer the plan for your
|
||||
Zulip server.
|
||||
{% endtrans %}
|
||||
</p>
|
||||
<p>
|
||||
|
|
Loading…
Reference in New Issue