fix: copy

This commit is contained in:
Arman
2023-02-08 15:23:30 +01:00
parent 90f83efa06
commit bb92e93a93
+2 -2
View File
@@ -53,8 +53,8 @@
<svelte:fragment>
{#if !userId || !secret || !membershipId || !teamId}
<Alert type="warning">
<svelte:fragment slot="title">We couldnt find a valid invite</svelte:fragment>
Please ask the project owner to provide you with a new invite to their project
<svelte:fragment slot="title">The invite link is not valid</svelte:fragment>
Please ask the project owner to send you a new invite.
</Alert>
<div class="u-flex u-main-end u-margin-block-start-40 ">
<Button href={`${base}/register`}>Sign up to Appwrite</Button>