mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
style: rename label 'table name'->'dataset name' (#11126)
This commit is contained in:
committed by
GitHub
parent
4c85d33109
commit
5f55d94b9b
@@ -653,14 +653,14 @@ class DatasourceEditor extends React.PureComponent {
|
||||
/>
|
||||
<Field
|
||||
fieldKey="table_name"
|
||||
label={t('table name')}
|
||||
label={t('dataset name')}
|
||||
control={
|
||||
<TextControl
|
||||
controlId="table_name"
|
||||
onChange={table => {
|
||||
this.onDatasourcePropChange('table_name', table);
|
||||
}}
|
||||
placeholder={t('Type table name')}
|
||||
placeholder={t('dataset name')}
|
||||
/>
|
||||
}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user