This is an automated email from the ASF dual-hosted git repository.
villebro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new 85e9a4f [datasets] fix typo (#9312)
85e9a4f is described below
commit 85e9a4fa990927327755f5743317e848fc230f01
Author: ʈᵃᵢ <[email protected]>
AuthorDate: Mon Mar 16 15:59:12 2020 -0700
[datasets] fix typo (#9312)
---
superset-frontend/src/views/datasetList/DatasetList.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/superset-frontend/src/views/datasetList/DatasetList.tsx
b/superset-frontend/src/views/datasetList/DatasetList.tsx
index b88536f..62821e6 100644
--- a/superset-frontend/src/views/datasetList/DatasetList.tsx
+++ b/superset-frontend/src/views/datasetList/DatasetList.tsx
@@ -147,7 +147,7 @@ class DatasetList extends React.PureComponent<Props, State>
{
accessor: 'table_name',
},
{
- Header: t('Databse'),
+ Header: t('Database'),
accessor: 'database_name',
},
{