Skip to content

Commit 701ae15

Browse files
committed
Made text singular
1 parent 8852495 commit 701ae15

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/react-core/src/demos/DataList/examples/DataListBasic.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,13 +178,13 @@ export const DataListBasic: React.FunctionComponent = () => {
178178
<Icon status="warning">
179179
<ExclamationTriangleIcon />
180180
</Icon>
181-
4<span className="pf-v6-screen-reader">Warnings</span>
181+
4 <span className="pf-v6-screen-reader">Warnings</span>
182182
</FlexItem>
183183
<FlexItem>
184184
<Icon status="danger">
185185
<ExclamationCircleIcon />
186186
</Icon>
187-
1<span className="pf-v6-screen-reader">Errors</span>
187+
1 <span className="pf-v6-screen-reader">Error</span>
188188
</FlexItem>
189189
<FlexItem> Updated 2 days ago</FlexItem>
190190
</Flex>
@@ -333,7 +333,7 @@ export const DataListBasic: React.FunctionComponent = () => {
333333
<Icon status="danger">
334334
<ExclamationCircleIcon />
335335
</Icon>
336-
1 <span className="pf-v6-screen-reader">Errors</span>
336+
1 <span className="pf-v6-screen-reader">Error</span>
337337
</FlexItem>
338338
<FlexItem> Updated 2 days ago</FlexItem>
339339
</Flex>

0 commit comments

Comments
 (0)