mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed jasmine test cases and added some missing messages for disabled menus.
This commit is contained in:
committed by
Akshay Joshi
parent
65d9f88c63
commit
9e90350e44
@@ -399,7 +399,7 @@ define('tools.restore', [
|
||||
null, pgBrowser.treeMenu, menuUtils.restoreSupportedNodes
|
||||
),
|
||||
data: {
|
||||
'data_disabled': gettext('Please select any schema or table from the browser tree to Restore data.'),
|
||||
data_disabled: gettext('Please select any schema or table from the browser tree to Restore data.'),
|
||||
},
|
||||
}];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user