mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: copy
This commit is contained in:
@@ -53,8 +53,8 @@
|
||||
<svelte:fragment>
|
||||
{#if !userId || !secret || !membershipId || !teamId}
|
||||
<Alert type="warning">
|
||||
<svelte:fragment slot="title">We couldn’t 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>
|
||||
|
||||
Reference in New Issue
Block a user