Skip to content

Commit

Permalink
TTAHUB-57 Add more screen reader info
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Riquiac Gopar committed Mar 30, 2021
1 parent 8d514e2 commit 52000b0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion frontend/src/pages/ActivityReport/Pages/nextSteps.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,14 @@ const NoteEntries = ({ name, humanName, label }) => {
: (
<Button type="button" unstyled onClick={() => onEdit(notes.length)}>
<FontAwesomeIcon icon={faPlusCircle} />
<span className="padding-left-05">Add New Next Step</span>
<span className="padding-left-05">
Add New Next
{' '}
<span className="usa-sr-only">
{humanName}
</span>
Step
</span>
</Button>
)}

Expand Down

0 comments on commit 52000b0

Please sign in to comment.