Skip to content

Commit

Permalink
clarified open-source apps
Browse files Browse the repository at this point in the history
  • Loading branch information
swoodward90 committed Nov 13, 2023
1 parent 7bf825d commit 20c0d51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www/src/components/account/billing/BillingPricingCards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function BillingPricingCards() {
checked: true,
},
{
label: 'Unlimited apps',
label: 'Unlimited open-source apps',
checked: true,
},
{
Expand Down
2 changes: 1 addition & 1 deletion www/src/components/account/billing/BillingPricingTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function BillingPricingTable() {
{...firstColumnCellProps}
borderTopLeftRadius={6}
>
Apps
Open-Source Apps
</Div>
<Div {...firstColumnCellProps}>Clusters</Div>
<Div {...firstColumnCellProps}>Users</Div>
Expand Down

0 comments on commit 20c0d51

Please sign in to comment.