Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Update text on the "Register" page
Browse files Browse the repository at this point in the history
The text on the "Register" page of the site is confusing, now that
users have to create an account & log in before downloading searches.
Updating this text resolves the issue.
  • Loading branch information
TaiWilkin committed Mar 30, 2021
1 parent dd65437 commit 880398b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added

### Changed
- Remove Sample Data and Update Registration Text [#1291](https://github.com/open-apparel-registry/open-apparel-registry/pull/1291)

### Deprecated

Expand Down
6 changes: 3 additions & 3 deletions src/app/src/components/RegisterForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ class RegisterForm extends Component {
<Grid container className="margin-bottom-100">
<Grid item xs={12} sm={8}>
<p>
Thank you for contributing to the OAR. Every
contribution further improves the accuracy of
the database. Create an account to begin:
Thank you for your interest in the OAR. In order
to download data from, or contribute to, the OAR
please first set up a free account:
</p>
{formInputs}
<ShowOnly when={!!(error && error.length)}>
Expand Down

0 comments on commit 880398b

Please sign in to comment.