Skip to content

Commit 352be9a

Browse files
Thought I fixed these
1 parent c01ae44 commit 352be9a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

nft-marketplace/frontend-starter/src/MintPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default function MintPage() {
2323
"//TODO"
2424
) : (
2525
<Typography sx={{ py: "2em" }} variant="h4">
26-
Sorry, there is not NFT yet, you need to mint bottles first
26+
No NFTs yet. Click "Connect Wallet" and mint an NFT.
2727
</Typography>
2828
)}
2929
</Paper>

nft-marketplace/frontend-starter/src/OffersPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default function OffersPage() {
1919
<Fragment>//TODO</Fragment>
2020
) : (
2121
<Typography sx={{ py: "2em" }} variant="h4">
22-
Sorry, there is not NFT yet, you need to mint bottles first
22+
Sorry, you don't own any bottles, buy or mint some first
2323
</Typography>
2424
)}
2525
</Paper>

nft-marketplace/part-1/app/src/MintPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ export default function MintPage() {
404404
</Box>
405405
) : (
406406
<Typography sx={{ py: "2em" }} variant="h4">
407-
Sorry, there is not NFT yet, you need to mint bottles first
407+
No NFTs yet. Click "Connect Wallet" and mint an NFT.
408408
</Typography>
409409
)}
410410
</Paper>

nft-marketplace/part-1/app/src/OffersPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default function OffersPage() {
1919
<Fragment>//TODO</Fragment>
2020
) : (
2121
<Typography sx={{ py: "2em" }} variant="h4">
22-
Sorry, there is not NFT yet, you need to mint bottles first
22+
Sorry, you don't own any bottles, buy or mint some first
2323
</Typography>
2424
)}
2525
</Paper>

0 commit comments

Comments
 (0)