chore: updated wordings for claimed ursers

Signed-off-by: Adithya Krishna <adithya@documenso.com>
This commit is contained in:
Adithya Krishna
2024-03-01 19:05:16 +05:30
parent 85885b5ad5
commit 0f03ad4a6b
2 changed files with 5 additions and 5 deletions

View File

@ -27,10 +27,11 @@ export const ClaimProfileAlertDialog = ({ className, user }: ClaimProfileAlertDi
variant="neutral"
>
<div>
<AlertTitle>Claim your profile</AlertTitle>
<AlertTitle>{user.url ? 'Update your profile' : 'Claim your profile'}</AlertTitle>
<AlertDescription className="mr-2">
Profiles are coming soon! Claim your profile username now to reserve your corner of the
signing revolution.
{user.url
? '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>
</div>

View File

@ -421,8 +421,7 @@ export const SignUpFormV2 = ({
size="lg"
variant="secondary"
className="flex-1"
disabled={step === 'BASIC_DETAILS'}
loading={form.formState.isSubmitting}
disabled={step === 'BASIC_DETAILS' || form.formState.isSubmitting}
onClick={() => setStep('BASIC_DETAILS')}
>
Back