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:51 UTC

[superset] 01/01: Update SaveDatasetModal.tsx

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}