This is an automated email from the ASF dual-hosted git repository.

hugh pushed a commit to branch hugh/change-ds-bugfixes
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git

commit 04b848867460208203ee5732c6d8348142e02245
Author: hughhhh <[email protected]>
AuthorDate: Mon Dec 21 17:43:35 2020 -0500

    change modal
---
 superset-frontend/src/datasource/ChangeDatasourceModal.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset-frontend/src/datasource/ChangeDatasourceModal.tsx 
b/superset-frontend/src/datasource/ChangeDatasourceModal.tsx
index 0b03951..4480fc2 100644
--- a/superset-frontend/src/datasource/ChangeDatasourceModal.tsx
+++ b/superset-frontend/src/datasource/ChangeDatasourceModal.tsx
@@ -178,7 +178,7 @@ const ChangeDatasourceModal: 
FunctionComponent<ChangeDatasourceModalProps> = ({
         );
       });
     onHide();
-    addSuccessToast('Successfully changed datasource!');
+    addSuccessToast('Successfully changed dataset!');
   };
 
   const handlerCancelConfirm = () => {

Reply via email to