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 0bcb244 commit a94f3e2Copy full SHA for a94f3e2
frontend/javascripts/admin/organization/organization_cards.tsx
@@ -223,7 +223,7 @@ export function PlanDashboardCard({
223
: UpgradePricingPlanModal.upgradeUserQuota
224
}
225
>
226
- <PlusCircleOutlined /> Upgrade
+ <PlusCircleOutlined /> Buy Upgrade
227
</span>,
228
];
229
upgradeStorageAction = [
@@ -235,7 +235,7 @@ export function PlanDashboardCard({
235
: UpgradePricingPlanModal.upgradeStorageQuota
236
237
238
239
240
241
upgradePlanAction = [
0 commit comments