Skip to content

Commit c72b0a2

Browse files
committed
Update text in table label
1 parent 94878dd commit c72b0a2

File tree

1 file changed

+1
-1
lines changed
  • client/components/common/TestPlanResultsTable

1 file changed

+1
-1
lines changed

client/components/common/TestPlanResultsTable/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ const TestPlanResultsTable = ({
164164
<Table
165165
bordered
166166
responsive
167-
aria-label={`Undesirable behaviors for test ${test.title}`}
167+
aria-label={`Negative side effects of ${commandsString}`}
168168
className={`test-plan-unexpected-behaviors-table ${tableClassName}`}
169169
>
170170
<thead>

0 commit comments

Comments
 (0)