mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-27 00:36:52 -06:00
Fixed typo error for Statistics on the table header. Fixes #7523
This commit is contained in:
parent
bf7de8e7a5
commit
ed59584fe4
@ -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.
|
||||
|
@ -105,7 +105,7 @@ function getColumn(data, singleLineStatistics) {
|
||||
} else {
|
||||
columns = [
|
||||
{
|
||||
Header: 'Statictics',
|
||||
Header: gettext('Statistics'),
|
||||
accessor: 'name',
|
||||
sortble: true,
|
||||
resizable: true,
|
||||
|
Loading…
Reference in New Issue
Block a user