bridge_ui: Fixed warning message
This commit is contained in:
parent
5d80c8c103
commit
48e3367f0b
|
@ -20,8 +20,8 @@ function PolygonTerraWrappedWarning() {
|
||||||
<Alert severity="warning" variant="outlined" className={classes.alert}>
|
<Alert severity="warning" variant="outlined" className={classes.alert}>
|
||||||
<Typography variant="body1">
|
<Typography variant="body1">
|
||||||
This is a Shuttle-wrapped asset from Polygon! Transferring it will
|
This is a Shuttle-wrapped asset from Polygon! Transferring it will
|
||||||
result a double wrapped (Wormhole-wrapped Shuttle-wrapped) asset, which
|
result in a double wrapped (Wormhole-wrapped Shuttle-wrapped) asset,
|
||||||
has no liquid markets.
|
which has no liquid markets.
|
||||||
</Typography>
|
</Typography>
|
||||||
</Alert>
|
</Alert>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue