We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a16f2c4 commit 119eb12Copy full SHA for 119eb12
components/dashboard/src/teams/TeamBilling.tsx
@@ -143,11 +143,11 @@ export default function TeamBilling() {
143
title="Billing"
144
subtitle="Manage team billing and plans."
145
>
146
- <h3>{!teamPlan ? "No billing plan" : "Plan"}</h3>
+ <h3>{!teamPlan ? "Upgrade Team Plan" : "Team Plan"}</h3>
147
<h2 className="text-gray-500">
148
{!teamPlan ? (
149
<div className="flex space-x-1">
150
- <span>Select a new billing plan for this team. Currency:</span>
+ <span>Upgrade team plan to access unlimited workspace hours, and more. Currency:</span>
151
<DropDown
152
contextMenuWidth="w-32"
153
activeEntry={currency}
0 commit comments