mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
wording
This commit is contained in:
parent
88f7b717d3
commit
f8c12c0217
@ -27,9 +27,9 @@ export default function Advanced(props: InputProps): ReactElement {
|
||||
<div className={stylesIndex.content}>
|
||||
<div className={styles.advanced}>
|
||||
<FormHelp className={stylesIndex.help}>
|
||||
Set your price for accessing this data set. A Data Token for this data
|
||||
set worth the entered amount of OCEAN, and a Data Token/OCEAN
|
||||
liquidity pool will be created with Balancer.
|
||||
Set your price for accessing this data set. A Data Token contract for
|
||||
this data set worth the entered amount of OCEAN, and a Data
|
||||
Token/OCEAN liquidity pool will be created with Balancer.
|
||||
</FormHelp>
|
||||
|
||||
<aside className={styles.wallet}>
|
||||
|
@ -10,8 +10,8 @@ export default function Simple(props: InputProps): ReactElement {
|
||||
<div className={stylesIndex.content}>
|
||||
<div className={styles.simple}>
|
||||
<FormHelp className={stylesIndex.help}>
|
||||
Set your price for accessing this data set. A Data Token for this data
|
||||
set worth the entered amount of OCEAN will be created.
|
||||
Set your price for accessing this data set. A Data Token contract for
|
||||
this data set, worth the entered amount of OCEAN will be created.
|
||||
</FormHelp>
|
||||
<Cost {...props} />
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user