You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by hu...@apache.org on 2021/01/12 02:55:50 UTC

[superset] branch hugh/fix-savedatasetmodal-msg created (now df371e2)

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

hugh pushed a change to branch hugh/fix-savedatasetmodal-msg
in repository https://gitbox.apache.org/repos/asf/superset.git.


      at df371e2  Update SaveDatasetModal.tsx

This branch includes the following new commits:

     new df371e2  Update SaveDatasetModal.tsx

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[superset] 01/01: Update SaveDatasetModal.tsx

Posted by hu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

hugh pushed a commit to branch hugh/fix-savedatasetmodal-msg
in repository https://gitbox.apache.org/repos/asf/superset.git

commit df371e2a3de54c29360897956bede48453c7dab2
Author: Hugh A. Miles II <hu...@gmail.com>
AuthorDate: Mon Jan 11 21:54:47 2021 -0500

    Update SaveDatasetModal.tsx
---
 superset-frontend/src/SqlLab/components/SaveDatasetModal.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset-frontend/src/SqlLab/components/SaveDatasetModal.tsx b/superset-frontend/src/SqlLab/components/SaveDatasetModal.tsx
index be7eff2..990307e 100644
--- a/superset-frontend/src/SqlLab/components/SaveDatasetModal.tsx
+++ b/superset-frontend/src/SqlLab/components/SaveDatasetModal.tsx
@@ -131,7 +131,7 @@ export const SaveDatasetModal: FunctionComponent<SaveDatasetModalProps> = ({
       {!shouldOverwriteDataset && (
         <div className="smd-body">
           <div className="smd-prompt">
-            Save this query as virtual dataset to continue exploring.
+            Save this query as a virtual dataset to continue exploring
           </div>
           <Radio.Group
             onChange={handleSaveDatasetRadioBtnState}