Skip to content
Snippets Groups Projects
Unverified Commit c33b78b0 authored by Sameer Al-Sakran's avatar Sameer Al-Sakran Committed by GitHub
Browse files

Merge pull request #8098 from metabase/fix_typos

fix typo in empty state for questions in a collection
parents 9763952e 097168df
No related merge requests found
......@@ -80,7 +80,7 @@ const QuestionEmptyState = () => (
<Box>
<Icon name="beaker" size={32} />
</Box>
<h3>{t`Quesitons are a saved look at your data.`}</h3>
<h3>{t`Questions are a saved look at your data.`}</h3>
</EmptyStateWrapper>
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment