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

@ -20,3 +20,4 @@ Bug fixes
*********
| `Issue #7517 <https://redmine.postgresql.org/issues/7517>`_ - Enable the start debugging button once execution is completed.
| `Issue #7523 <https://redmine.postgresql.org/issues/7517>`_ - Fixed typo error for Statistics on the table header.

View File

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