mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
String review and subsequent cleanup
Ashesh Vashi Abhilasha Narendra Karen Blatchley Susan Douglas Dave Page
This commit is contained in:
@@ -949,7 +949,7 @@ define('pgadmin.dashboard', [
|
||||
server_activity_columns = server_activity_columns.concat(
|
||||
[{
|
||||
name: 'wait_event',
|
||||
label: gettext('Wait Event'),
|
||||
label: gettext('Wait event'),
|
||||
editable: false,
|
||||
cell: 'string',
|
||||
}, {
|
||||
@@ -1219,7 +1219,7 @@ define('pgadmin.dashboard', [
|
||||
database_activity_columns = database_activity_columns.concat(
|
||||
[{
|
||||
name: 'wait_event',
|
||||
label: gettext('Wait Event'),
|
||||
label: gettext('Wait event'),
|
||||
editable: false,
|
||||
cell: 'string',
|
||||
}, {
|
||||
|
Reference in New Issue
Block a user