mirror of
https://github.com/apache/superset.git
synced 2026-04-23 01:55:09 +00:00
chore: more 'datasource' -> 'dataset' renaming (#11055)
* chore: more 'datasource' -> 'dataset' renaming * fix build * explicitely setting disabled to false to avoid cypress confusion * fix tests * RAT
This commit is contained in:
committed by
GitHub
parent
6f619829d2
commit
3d7b805755
@@ -314,7 +314,7 @@ const DatabaseModal: FunctionComponent<DatabaseModalProps> = ({
|
||||
>
|
||||
<StyledInputContainer>
|
||||
<div className="label">
|
||||
{t('Datasource Name')}
|
||||
{t('Database Name')}
|
||||
<span className="required">*</span>
|
||||
</div>
|
||||
<div className="input-container">
|
||||
@@ -322,7 +322,7 @@ const DatabaseModal: FunctionComponent<DatabaseModalProps> = ({
|
||||
type="text"
|
||||
name="database_name"
|
||||
value={db ? db.database_name : ''}
|
||||
placeholder={t('Name your datasource')}
|
||||
placeholder={t('Name your dataset')}
|
||||
onChange={onInputChange}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user