1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00

copy changes

This commit is contained in:
Matthias Kretschmann 2019-07-08 16:07:29 +02:00
parent ca77e1ed94
commit 64d58173c0
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -95,7 +95,7 @@ export default class Report extends PureComponent<
</Button>
<Modal
title="Report Data Set"
description="Found something wrong with this data set? Tell us about it and we will take a look."
description="Found some faulty metadata, wrongly attributed data, or anything else wrong with this data set? Tell us about it and we will take a look."
isOpen={this.state.isModalOpen}
toggleModal={this.toggleModal}
>
@ -121,11 +121,11 @@ export default class Report extends PureComponent<
type="textarea"
name="comment"
label="Comment"
help="Briefly describe what is wrong with this asset."
help="Briefly describe what is wrong with this asset. If you want to get contacted by us, add your email at the end."
required
value={this.state.comment}
onChange={this.inputChange}
rows={2}
rows={1}
/>
<Button
primary