Skip to content
Snippets Groups Projects
Unverified Commit 34b9abfa authored by Alexander Polyankin's avatar Alexander Polyankin Committed by GitHub
Browse files

Fix copy for the modal (#19690)

parent 6315a497
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ const SyncingModal = ({ sampleUrl, onClose }: SyncingModalProps) => {
{t`You’ll be able to use individual tables as they finish syncing.`}{" "}
{sampleUrl
? jt`In the meantime, you can take a look at the ${(
<strong key="name">{t`Sample Dataset`}</strong>
<strong key="name">{t`Sample Database`}</strong>
)} if you want to get a head start. Want to explore?`
: t`Have a look around your Metabase in the meantime if you want to get a head start.`}
</ModalMessage>
......
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