mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 00:03:33 +10:00
chore: updated wordings for claimed ursers
Signed-off-by: Adithya Krishna <adithya@documenso.com>
This commit is contained in:
@ -27,10 +27,11 @@ export const ClaimProfileAlertDialog = ({ className, user }: ClaimProfileAlertDi
|
|||||||
variant="neutral"
|
variant="neutral"
|
||||||
>
|
>
|
||||||
<div>
|
<div>
|
||||||
<AlertTitle>Claim your profile</AlertTitle>
|
<AlertTitle>{user.url ? 'Update your profile' : 'Claim your profile'}</AlertTitle>
|
||||||
<AlertDescription className="mr-2">
|
<AlertDescription className="mr-2">
|
||||||
Profiles are coming soon! Claim your profile username now to reserve your corner of the
|
{user.url
|
||||||
signing revolution.
|
? 'Profiles are coming soon! Update your profile username to reserve your corner of the signing revolution.'
|
||||||
|
: 'Profiles are coming soon! Claim your profile username now to reserve your corner of the signing revolution.'}
|
||||||
</AlertDescription>
|
</AlertDescription>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@ -421,8 +421,7 @@ export const SignUpFormV2 = ({
|
|||||||
size="lg"
|
size="lg"
|
||||||
variant="secondary"
|
variant="secondary"
|
||||||
className="flex-1"
|
className="flex-1"
|
||||||
disabled={step === 'BASIC_DETAILS'}
|
disabled={step === 'BASIC_DETAILS' || form.formState.isSubmitting}
|
||||||
loading={form.formState.isSubmitting}
|
|
||||||
onClick={() => setStep('BASIC_DETAILS')}
|
onClick={() => setStep('BASIC_DETAILS')}
|
||||||
>
|
>
|
||||||
Back
|
Back
|
||||||
|
|||||||
Reference in New Issue
Block a user