diff --git a/components/lib/datatable/BodyCell.js b/components/lib/datatable/BodyCell.js index 3a841ca4cc..590f99a685 100644 --- a/components/lib/datatable/BodyCell.js +++ b/components/lib/datatable/BodyCell.js @@ -602,7 +602,7 @@ export const BodyCell = React.memo((props) => { const ariaLabelField = props.selectionAriaLabel || props.tableProps.dataKey; const ariaLabelText = ObjectUtils.resolveFieldData(props.rowData, ariaLabelField); - label = `${props.selected ? ariaLabel('unselectLabel') : ariaLabel('selectLabel')} ${ariaLabelText}`; + label = `${props.selected ? ariaLabel('unselectRow') : ariaLabel('selectRow')} ${ariaLabelText}`; } content = showSelection && (