Fixed typo error for Statistics on the table header. Fixes #7523

This commit is contained in:
Fahar Abbas
2022-07-01 14:58:45 +05:30
committed by Akshay Joshi
parent bf7de8e7a5
commit ed59584fe4
2 changed files with 2 additions and 1 deletions

View File

@@ -105,7 +105,7 @@ function getColumn(data, singleLineStatistics) {
} else {
columns = [
{
Header: 'Statictics',
Header: gettext('Statistics'),
accessor: 'name',
sortble: true,
resizable: true,