mirror of
https://github.com/logos-messaging/rln.waku.org.git
synced 2026-01-04 07:03:12 +00:00
chore: update wordings for rate limit
This commit is contained in:
parent
a7c1bbbfea
commit
dc648ae236
@ -228,11 +228,11 @@ export function MembershipRegistration({ tabId: _tabId }: MembershipRegistration
|
|||||||
>
|
>
|
||||||
<ToggleGroupItem value="300" className="flex-1 flex flex-col items-center">
|
<ToggleGroupItem value="300" className="flex-1 flex flex-col items-center">
|
||||||
<span>Standard (300)</span>
|
<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>
|
||||||
<ToggleGroupItem value="600" className="flex-1 flex flex-col items-center">
|
<ToggleGroupItem value="600" className="flex-1 flex flex-col items-center">
|
||||||
<span>Max (600)</span>
|
<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>
|
</ToggleGroupItem>
|
||||||
</ToggleGroup>
|
</ToggleGroup>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user