+ >
+ );
+};
+
+BillingView.getLayout = getLayout;
+
+export default BillingView;
diff --git a/apps/web/public/static/locales/en/common.json b/apps/web/public/static/locales/en/common.json
index 8b41315736..7a0021750b 100644
--- a/apps/web/public/static/locales/en/common.json
+++ b/apps/web/public/static/locales/en/common.json
@@ -1272,6 +1272,17 @@
"format": "Format",
"uppercase_for_letters": "Use uppercase for all letters",
"replace_whitespaces_underscores": "Replace whitespaces with underscores",
+ "manage_billing": "Manage billing",
+ "manage_billing_description": "Manage all things billing",
+ "billing_freeplan_title": "You're currently on the FREE plan",
+ "billing_freeplan_description": "We work better in teams. Extend your workflows with round-robin and collective events and make advanced routing forms",
+ "billing_freeplan_cta": "Try now",
+ "billing_manage_details_title": "View and manage your billing details",
+ "billing_manage_details_description": "View and edit your billing details, as well as cancel your subscription.",
+ "billing_portal": "Billing portal",
+ "billing_help_title": "Need anything else?",
+ "billing_help_description": "If you need any further help with billing, our support team are here to help.",
+ "billing_help_cta": "Contact support",
"ignore_special_characters": "Ignore special characters in your Additional Input label. Use only letters and numbers",
"retry": "Retry",
"fetching_calendars_error": "There was a problem fetching your calendars. Please <1>try again1> or reach out to customer support.",
diff --git a/packages/ui/v2/core/layouts/SettingsLayout.tsx b/packages/ui/v2/core/layouts/SettingsLayout.tsx
index ab3b2cfbf3..b429372087 100644
--- a/packages/ui/v2/core/layouts/SettingsLayout.tsx
+++ b/packages/ui/v2/core/layouts/SettingsLayout.tsx
@@ -47,9 +47,7 @@ const tabs: VerticalTabItemProps[] = [
name: "billing",
href: "/settings/billing",
icon: Icon.FiCreditCard,
- children: [
- { name: "Manage Billing", href: "/api/integrations/stripepayment/portal", isExternalLink: true },
- ],
+ children: [{ name: "manage_billing", href: "/settings/billing" }],
},
{
name: "developer",