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 2022/08/04 17:29:14 UTC

[superset] branch master updated: fix: remove extra line for link (#20959)

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

hugh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new fa416fa130 fix: remove extra line for link (#20959)
fa416fa130 is described below

commit fa416fa130e2efe93ff0d55092530b4595113e9f
Author: Phillip Kelley-Dotson <pk...@yahoo.com>
AuthorDate: Thu Aug 4 10:29:07 2022 -0700

    fix: remove extra line for link (#20959)
    
    * fix: remove extra line for link
    
    * add space
---
 .../controls/MetricControl/AdhocMetricEditPopover/index.jsx           | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx b/superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx
index 1a87502aa5..8c0bed1021 100644
--- a/superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx
+++ b/superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx
@@ -392,9 +392,9 @@ export default class AdhocMetricEditPopover extends React.PureComponent {
                         this.props.onClose();
                       }}
                     >
-                      {t('Create a dataset')}{' '}
+                      {t('Create a dataset')}
                     </span>
-                    {t('to add metrics')}
+                    {t(' to add metrics')}
                   </>
                 }
               />