Skip to content

Commit 50578aa

Browse files
committed
Updated ETH/ether copy
1 parent 6156574 commit 50578aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/data/WalletSimulatorData.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ export const walletOnboardingSimData: SimulatorData = {
216216
on Ethereum.
217217
</Text>
218218
<Text>
219-
Let's first look at how to receive Ether, Ethereum's native
219+
Let's first look at how to receive ether (ETH), Ethereum's native
220220
currency.
221221
</Text>
222222
<Text>Click the "Receive" button to see how to receive funds.</Text>
@@ -241,7 +241,7 @@ export const walletOnboardingSimData: SimulatorData = {
241241
),
242242
},
243243
{
244-
header: "You received some ether! Now let's send some",
244+
header: "You received ether (ETH)! Now let's send some",
245245
description: (
246246
<>
247247
<Text>
@@ -254,7 +254,7 @@ export const walletOnboardingSimData: SimulatorData = {
254254
address—receiving is free. <Emoji text="😁" />
255255
</Text>
256256
<Text>
257-
Let's try sending some funds by clicking the "Send" button.
257+
Let's try sending some ETH by clicking the "Send" button.
258258
</Text>
259259
</>
260260
),

0 commit comments

Comments
 (0)