Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit e3d780a

Browse files
authored
Merge pull request #181 from statechannels/buttons
rename pay buttons
2 parents 01224e4 + 1d03a70 commit e3d780a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Wallet.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ const Wallet: React.FunctionComponent<{ role: Role }> = (props: {
261261
void handleL1Pay(recipient, ethers.parseEther(payAmount));
262262
}}
263263
>
264-
<AccessTimeIcon style={{ marginRight: "5px" }} /> L1 Pay
264+
<AccessTimeIcon style={{ marginRight: "5px" }} /> Chain Pay
265265
</Button>
266266
<Button
267267
size="medium"
@@ -276,7 +276,7 @@ const Wallet: React.FunctionComponent<{ role: Role }> = (props: {
276276
});
277277
}}
278278
>
279-
<BoltIcon /> L2 Pay
279+
<BoltIcon /> Bridge Pay
280280
</Button>
281281
</ButtonGroup>
282282

0 commit comments

Comments
 (0)