mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Moving the messages used in common utilities in a separate javascript.
This commit is contained in:
@@ -1631,7 +1631,7 @@
|
||||
_.indexOf(s.mode, mode) != -1)) {
|
||||
// Each field is kept in specified group, or in
|
||||
// 'General' category.
|
||||
var group = s.group || pgBrowser.messages.general_cateogty,
|
||||
var group = s.group || pgBrowser.messages.GENERAL_CATEOGTY,
|
||||
control = s.control || Backform.getMappedControl(s.type, mode),
|
||||
cell = s.cell || Backform.getMappedControl(s.type, 'cell');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user