bridge_ui: Fixed warning message

This commit is contained in:
Kevin Peters 2021-12-30 01:41:08 +00:00 committed by Evan Gray
parent 5d80c8c103
commit 48e3367f0b
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ function PolygonTerraWrappedWarning() {
<Alert severity="warning" variant="outlined" className={classes.alert}>
<Typography variant="body1">
This is a Shuttle-wrapped asset from Polygon! Transferring it will
result a double wrapped (Wormhole-wrapped Shuttle-wrapped) asset, which
has no liquid markets.
result in a double wrapped (Wormhole-wrapped Shuttle-wrapped) asset,
which has no liquid markets.
</Typography>
</Alert>
);