Skip to content

Commit a94f3e2

Browse files
authored
Buy Upgrade (#8651)
1 parent 0bcb244 commit a94f3e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/javascripts/admin/organization/organization_cards.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ export function PlanDashboardCard({
223223
: UpgradePricingPlanModal.upgradeUserQuota
224224
}
225225
>
226-
<PlusCircleOutlined /> Upgrade
226+
<PlusCircleOutlined /> Buy Upgrade
227227
</span>,
228228
];
229229
upgradeStorageAction = [
@@ -235,7 +235,7 @@ export function PlanDashboardCard({
235235
: UpgradePricingPlanModal.upgradeStorageQuota
236236
}
237237
>
238-
<PlusCircleOutlined /> Upgrade
238+
<PlusCircleOutlined /> Buy Upgrade
239239
</span>,
240240
];
241241
upgradePlanAction = [

0 commit comments

Comments
 (0)