chore: change Datasource to Dataset in Explore ui (#12402)
* chore(explore):change dataset to datasource in ui
* modal
* Add space
* Changing it back🤦🏾♀️
* Chargeback
This commit is contained in:
parent
37f648c41b
commit
6bee3a0581
|
|
@ -410,7 +410,7 @@ function ExploreViewContainer(props) {
|
|||
}
|
||||
>
|
||||
<div className="title-container">
|
||||
<span className="horizont al-text">{t('Datasource')}</span>
|
||||
<span className="horizont al-text">{t('Dataset')}</span>
|
||||
<span
|
||||
role="button"
|
||||
tabIndex={0}
|
||||
|
|
|
|||
Loading…
Reference in New Issue