You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by vi...@apache.org on 2020/03/16 22:59:27 UTC

[incubator-superset] branch master updated: [datasets] fix typo (#9312)

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: ʈᵃᵢ <td...@gmail.com>
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',
     },
     {