Skip to content

Commit 40a7622

Browse files
committed
adjust text in ax legend component
1 parent 0e85afc commit 40a7622

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/app/components/StateRoute/AxMap/axLegend.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ const AxLegend = () => {
1414
</li>
1515
</ul>
1616

17-
<p> Each node is given a property labeled <strong>ignored</strong>. </p>
18-
<p> Nodes read by the screen reader have their ignored property evaluate to <strong>false</strong>.
17+
<p> Each node is given a property labeled <strong>ignored</strong>. Nodes read by the screen reader have their ignored property evaluate to <strong>false</strong>.
1918
Nodes not read by the screen reader evaluate to <strong>true</strong>.</p>
19+
20+
<p> Nodes labeled as <strong>no name</strong> are visible to a screen reader, but were not given a name label.</p>
2021
</div>
2122
);
2223
}

0 commit comments

Comments
 (0)