This commit is contained in:
Tom Russell 2019-07-07 19:20:28 +01:00
parent 4939e9af72
commit 010b5151b5

View File

@ -259,7 +259,7 @@ class EditForm extends Component {
}
</form>
: <form>
<InfoBox msg={`We're not collection data on ${this.props.title.toLowerCase()} yet - check back soon.`} />
<InfoBox msg={`We're not collecting data on ${this.props.title.toLowerCase()} yet - check back soon.`} />
</form>
) : null
}