billing: Modify title.

This commit is contained in:
Aman Agrawal 2023-10-28 13:29:31 +00:00
parent b5b7fc9957
commit 5b97eb0445
2 changed files with 2 additions and 1 deletions

View File

@ -104,6 +104,7 @@ def billing_home(
context: Dict[str, Any] = {
"admin_access": user.has_billing_access,
"has_active_plan": False,
"org_name": user.realm.name,
}
if not user.has_billing_access:

View File

@ -12,7 +12,7 @@
<div class="page-content">
<div class="main">
<div class="alert alert-danger" id="error-message-box"></div>
<h1>{{ _("Billing") }}</h1>
<h1>Zulip Cloud billing for {{ org_name }}</h1>
{% if admin_access and has_active_plan %}
<ul class="nav nav-tabs" id="billing-tabs">
<li class="active"><a data-toggle="tab" href="#overview">Overview</a></li>