Skip to content

Commit 1cda2cc

Browse files
committed
fix: clarify fund request message to specify RLC for Arbitrum Sepolia
1 parent bad1181 commit 1cda2cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/$chainSlug/_layout/faucet.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ function FaucetRoute() {
146146
<div className="md:border-intermediate space-y-6 md:rounded-3xl md:border md:p-10">
147147
<div className="space-y-4 md:space-y-1.5">
148148
<h2 className="md:font-anybody font-sans font-bold">Request funds</h2>
149-
<p>Add fund to your wallet for testing on Arbitrum Sepolia</p>
149+
<p>Add RLC funds to your wallet for testing on Arbitrum Sepolia</p>
150150
</div>
151151
<SignedOut>
152152
<Button asChild className="mx-auto">

0 commit comments

Comments
 (0)