Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
fix: change How To text to mention correct buttons when reviewing
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKohler committed Sep 25, 2021
1 parent d9c717d commit 7f29a24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions web/src/components/__snapshots__/how-to.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ exports[`should render how to 1`] = `
The sentence must be speakable.
</li>
<li>
If the sentence meets the criteria, click the "yes" button on the right.
If the sentence meets the criteria, click the "Approve" button.
</li>
<li>
If the sentence does not meet the above criteria, click the "no" button on the right. If you are unsure about the sentence, you may also skip it and move on to the next one.
If the sentence does not meet the above criteria, click the "Reject" button. If you are unsure about the sentence, you may also skip it and move on to the next one.
</li>
<li>
If you run out of sentences to review, please help us collect more sentences!
Expand Down
7 changes: 3 additions & 4 deletions web/src/components/how-to.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,10 @@ export default function HowTo() {
<li>The sentence must be spelled correctly.</li>
<li>The sentence must be grammatically correct.</li>
<li>The sentence must be speakable.</li>
<li>If the sentence meets the criteria, click the &quot;yes&quot; button on the right.</li>
<li>If the sentence meets the criteria, click the &quot;Approve&quot; button.</li>
<li>
If the sentence does not meet the above criteria, click the &quot;no&quot; button on the
right. If you are unsure about the sentence, you may also skip it and move on to the next
one.
If the sentence does not meet the above criteria, click the &quot;Reject&quot; button. If
you are unsure about the sentence, you may also skip it and move on to the next one.
</li>
<li>If you run out of sentences to review, please help us collect more sentences!</li>
</ol>
Expand Down

0 comments on commit 7f29a24

Please sign in to comment.