chore: update wordings for rate limit

This commit is contained in:
Danish Arora 2025-07-14 17:24:59 +05:30
parent a7c1bbbfea
commit dc648ae236
No known key found for this signature in database
GPG Key ID: 1C6EF37CDAE1426E

View File

@ -228,11 +228,11 @@ export function MembershipRegistration({ tabId: _tabId }: MembershipRegistration
>
<ToggleGroupItem value="300" className="flex-1 flex flex-col items-center">
<span>Standard (300)</span>
<span className="text-xs text-muted-foreground">lower deposit</span>
<span className="text-xs text-muted-foreground">lower token spend.</span>
</ToggleGroupItem>
<ToggleGroupItem value="600" className="flex-1 flex flex-col items-center">
<span>Max (600)</span>
<span className="text-xs text-muted-foreground">requires higher deposit. more messages.</span>
<span className="text-xs text-muted-foreground">higher token spend. more messages.</span>
</ToggleGroupItem>
</ToggleGroup>
</div>