mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +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
@@ -221,7 +221,7 @@ function PropertiesModal({ slice, onHide, onSave }: InternalProps) {
|
||||
/>
|
||||
<p className="help-block">
|
||||
{t(
|
||||
'Duration (in seconds) of the caching timeout for this chart. Note this defaults to the datasource/table timeout if undefined.',
|
||||
"Duration (in seconds) of the caching timeout for this chart. Note this defaults to the dataset's timeout if undefined.",
|
||||
)}
|
||||
</p>
|
||||
</FormGroup>
|
||||
|
||||
Reference in New Issue
Block a user