1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00
This commit is contained in:
Matthias Kretschmann 2020-07-29 18:24:50 +02:00
parent 88f7b717d3
commit f8c12c0217
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 5 additions and 5 deletions

View File

@ -27,9 +27,9 @@ export default function Advanced(props: InputProps): ReactElement {
<div className={stylesIndex.content}> <div className={stylesIndex.content}>
<div className={styles.advanced}> <div className={styles.advanced}>
<FormHelp className={stylesIndex.help}> <FormHelp className={stylesIndex.help}>
Set your price for accessing this data set. A Data Token for this data Set your price for accessing this data set. A Data Token contract for
set worth the entered amount of OCEAN, and a Data Token/OCEAN this data set worth the entered amount of OCEAN, and a Data
liquidity pool will be created with Balancer. Token/OCEAN liquidity pool will be created with Balancer.
</FormHelp> </FormHelp>
<aside className={styles.wallet}> <aside className={styles.wallet}>

View File

@ -10,8 +10,8 @@ export default function Simple(props: InputProps): ReactElement {
<div className={stylesIndex.content}> <div className={stylesIndex.content}>
<div className={styles.simple}> <div className={styles.simple}>
<FormHelp className={stylesIndex.help}> <FormHelp className={stylesIndex.help}>
Set your price for accessing this data set. A Data Token for this data Set your price for accessing this data set. A Data Token contract for
set worth the entered amount of OCEAN will be created. this data set, worth the entered amount of OCEAN will be created.
</FormHelp> </FormHelp>
<Cost {...props} /> <Cost {...props} />
</div> </div>