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 }) { ...@@ -35,7 +35,7 @@ function Tutorial({ settings }) {
return ( return (
<ol className="tutorial__list"> <ol className="tutorial__list">
<li className="tutorial__item"> <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" />{' '} <TutorialInstruction iconName="annotate" commandName="Annotate" />{' '}
button. button.
</li> </li>
...@@ -48,7 +48,7 @@ function Tutorial({ settings }) { ...@@ -48,7 +48,7 @@ function Tutorial({ settings }) {
> >
visible only to you visible only to you
</a> </a>
), select text and click the{' '} ), select text and then select the{' '}
<TutorialInstruction iconName="highlight" commandName="Highlight" />{' '} <TutorialInstruction iconName="highlight" commandName="Highlight" />{' '}
button. button.
</li> </li>
...@@ -67,7 +67,7 @@ function Tutorial({ settings }) { ...@@ -67,7 +67,7 @@ function Tutorial({ settings }) {
</li> </li>
)} )}
<li className="tutorial__item"> <li className="tutorial__item">
To reply to an annotation, click the{' '} To reply to an annotation, select the{' '}
<TutorialInstruction iconName="reply" commandName="Reply" /> button. <TutorialInstruction iconName="reply" commandName="Reply" /> button.
</li> </li>
</ol> </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