Unverified Commit f2d53d7b authored by Lyza Gardner's avatar Lyza Gardner Committed by GitHub

Merge pull request #2105 from hypothesis/tune-tutorial-text

Tune tutorial text to eliminate input-modality-specific instructions.
parents d4777fa5 4d91d964
......@@ -35,7 +35,7 @@ function Tutorial({ settings }) {
return (
<ol className="tutorial__list">
<li className="tutorial__item">
To create an annotation, select text and click the{' '}
To create an annotation, select text and then select the{' '}
<TutorialInstruction iconName="annotate" commandName="Annotate" />{' '}
button.
</li>
......@@ -48,7 +48,7 @@ function Tutorial({ settings }) {
>
visible only to you
</a>
), select text and click the{' '}
), select text and then select the{' '}
<TutorialInstruction iconName="highlight" commandName="Highlight" />{' '}
button.
</li>
......@@ -67,7 +67,7 @@ function Tutorial({ settings }) {
</li>
)}
<li className="tutorial__item">
To reply to an annotation, click the{' '}
To reply to an annotation, select the{' '}
<TutorialInstruction iconName="reply" commandName="Reply" /> button.
</li>
</ol>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment