mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Changed the label 'Inherits Tables?' to 'Is inherited?' as it misleading in the properties panel. Fixes #6776
This commit is contained in:
committed by
Akshay Joshi
parent
9ace229152
commit
6c692df118
@@ -264,7 +264,7 @@ export default class PartitionTableSchema extends BaseUISchema {
|
||||
},
|
||||
},
|
||||
},{
|
||||
id: 'relhassubclass', label: gettext('Inherits tables?'), cell: 'switch',
|
||||
id: 'relhassubclass', label: gettext('Is inherited?'), cell: 'switch',
|
||||
type: 'switch', mode: ['properties'], group: 'advanced',
|
||||
disabled: this.inCatalog,
|
||||
},{
|
||||
|
||||
@@ -779,7 +779,7 @@ export default class TableSchema extends BaseUISchema {
|
||||
},
|
||||
},
|
||||
},{
|
||||
id: 'relhassubclass', label: gettext('Inherits tables?'), cell: 'switch',
|
||||
id: 'relhassubclass', label: gettext('Is inherited?'), cell: 'switch',
|
||||
type: 'switch', mode: ['properties'], group: 'advanced',
|
||||
disabled: this.inCatalog,
|
||||
},{
|
||||
|
||||
Reference in New Issue
Block a user