Changed the label 'Inherits Tables?' to 'Is inherited?' as it misleading in the properties panel. Fixes #6776

This commit is contained in:
Yogesh Mahajan
2021-10-13 11:41:21 +05:30
committed by Akshay Joshi
parent 9ace229152
commit 6c692df118
3 changed files with 3 additions and 2 deletions

View File

@@ -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,
},{

View File

@@ -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,
},{