File tree Expand file tree Collapse file tree
packages/react-core/src/demos/DataList/examples Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments