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:
Maxime Beauchemin
2020-10-05 20:04:17 -07:00
committed by GitHub
parent 6f619829d2
commit 3d7b805755
15 changed files with 25 additions and 26 deletions

View File

@@ -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>