Skip to content

Commit

Permalink
fix logic
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh committed Jul 26, 2022
1 parent 9aac370 commit c0853cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ const ColumnSelectPopover = ({
>
{t('Create a dataset')}
</span>{' '}
{t(' to mark a column as a calculated column')}
{t(' to add calculated columns')}
</>
)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ export default class AdhocMetricEditPopover extends React.PureComponent {
>
{t('Create a dataset')}{' '}
</span>
{t('to add some metrics')}
{t('to add metrics')}
</>
}
/>
Expand Down

0 comments on commit c0853cf

Please sign in to comment.