Skip to content

Commit

Permalink
Updates wording (#1322)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hornebom authored May 3, 2023
1 parent e701f38 commit c844eeb
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,10 @@ export const SignSubscriptionAgreement = ({ signedAgreementUrl, isSignedAgreemen
return (
<>
<Content>
<ContentHeader title="Sign subscription agreement" body="Complete subscription agreement" />
<ContentHeader
title="Sign subscription agreement"
body="Read the subscription agreement and click the box below to automatically e-sign the subscription agreement. You don't need to download and sign manually."
/>

<Stack gap={1} alignItems="start">
<Box
Expand Down Expand Up @@ -106,7 +109,7 @@ export const SignSubscriptionAgreement = ({ signedAgreementUrl, isSignedAgreemen
checked={formik.values.isAgreed}
label={
<Text style={{ cursor: 'pointer', paddingLeft: '6px' }}>
I hereby agree to the terms of the subscription agreement
I hereby sign and agree to the terms of the subscription agreement
</Text>
}
disabled={isSigningTransaction || isSending || hasSignedAgreement}
Expand Down

0 comments on commit c844eeb

Please sign in to comment.