mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Further string improvements.
This commit is contained in:
@@ -81,7 +81,7 @@ function($, _, S, pgAdmin, pgBrowser, alertify) {
|
||||
},{
|
||||
name: 'reset_table_stats', node: 'table', module: this,
|
||||
applies: ['object', 'context'], callback: 'reset_table_stats',
|
||||
category: 'Reset', priority: 4, label: '{{ _('Reset statistics') }}',
|
||||
category: 'Reset', priority: 4, label: '{{ _('Reset Statistics') }}',
|
||||
icon: 'fa fa-bar-chart', enable : 'canCreate'
|
||||
}
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user