Change self host button text

This commit is contained in:
Peter Clement 2021-08-12 14:20:46 +01:00
parent 6cf5a86f8c
commit 2479207436
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
quiet quiet
primary primary
size="M" size="M"
icon="DownloadFromCloud">Upgrade to self-hosted</Button icon="DownloadFromCloud">Self-host Budibase</Button
> >
</div> </div>
<Modal bind:this={upgradeModal}> <Modal bind:this={upgradeModal}>
@ -26,7 +26,7 @@
> >
<span <span
>Upgrade to Budibase self-hosting for free, and get SSO, unlimited apps, >Upgrade to Budibase self-hosting for free, and get SSO, unlimited apps,
and more - and it only takes 10 minutes!</span and more - and it only takes a few minutes!</span
> >
</ModalContent> </ModalContent>
</Modal> </Modal>