diff --git a/messages/en-US.json b/messages/en-US.json
index 83ad9a06..79939254 100644
--- a/messages/en-US.json
+++ b/messages/en-US.json
@@ -1230,7 +1230,7 @@
"refreshError": "Failed to refresh data",
"verified": "Verified",
"pending": "Pending",
- "sidebarBilling": "Payment & Billing",
+ "sidebarBilling": "Billing",
"billing": "Billing",
"orgBillingDescription": "Manage your billing information and subscriptions",
"github": "GitHub",
@@ -1765,7 +1765,7 @@
"licenseTableValidUntil": "Valid Until",
"saasLicenseKeysSettingsTitle": "Enterprise Licenses",
"saasLicenseKeysSettingsDescription": "Generate and manage Enterprise license keys for self-hosted Pangolin instances",
- "sidebarEnterpriseLicenses": "Enterprise Licenses",
+ "sidebarEnterpriseLicenses": "Licenses",
"generateLicenseKey": "Generate License Key",
"generateLicenseKeyForm": {
"validation": {
diff --git a/src/app/navigation.tsx b/src/app/navigation.tsx
index a3311b68..2d6aaec8 100644
--- a/src/app/navigation.tsx
+++ b/src/app/navigation.tsx
@@ -15,7 +15,8 @@ import {
Globe, // Added from 'dev' branch
MonitorUp, // Added from 'dev' branch
Server,
- Zap
+ Zap,
+ CreditCard
} from "lucide-react";
export type SidebarNavSection = {
@@ -119,6 +120,24 @@ export const orgNavSections = (
href: "/{orgId}/settings/api-keys",
icon: