File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments