Skip to content

Commit

Permalink
Add spaces back to blank dataset description to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lyndsiWilliams committed Aug 18, 2022
1 parent 0e3016d commit 30d733a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { EmptyStateBig } from 'src/components/EmptyState';

const renderDescription = () => (
<>
{t('Datasets can be created from database tables or SQL queries. Select')}
{t('Datasets can be created from database tables or SQL queries. Select ')}
<br />
{t('a database table to the left or ')}
<span
Expand All @@ -34,7 +34,7 @@ const renderDescription = () => (
>
{t('create dataset from SQL query')}
</span>
{t(' to open')}
{t(' to open ')}
<br />
{t('SQL Lab. From there you can save the query as a dataset.')}
</>
Expand Down

0 comments on commit 30d733a

Please sign in to comment.