Skip to content

Commit

Permalink
Basic -> Limited
Browse files Browse the repository at this point in the history
  • Loading branch information
petemill committed Jan 9, 2024
1 parent f217fb1 commit 7838ad5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default function FeatureMenu() {
mode={context.isPremiumUser ? 'loud' : 'default'}
color='blue'
>
{context.isPremiumUser ? 'Unlimited' : 'Basic'}
{context.isPremiumUser ? 'Unlimited' : 'Limited'}
</Label>
)}
</div>
Expand Down

0 comments on commit 7838ad5

Please sign in to comment.