fix: Typo one-click demo page

This commit is contained in:
Ahmed Bouhuolia
2024-08-30 00:14:59 +02:00
parent 095608266c
commit 250f0a30ef

View File

@@ -73,8 +73,9 @@ export function OneClickDemoPageContent() {
)} )}
{running && ( {running && (
<Text className={style.waitingText}> <Text className={style.waitingText}>
We're preparing temporary environment for trial, It typically We're preparing the temporary environment for trial. It
take few seconds. Do not close or refresh the page. typically takes a few seconds. Do not close or refresh the
page.
</Text> </Text>
)} )}
</Stack> </Stack>