Skip to content

Commit d444b4e

Browse files
authored
LW-10255 - update text for term and privacy policy (#1050)
* chore: updated text for term and privacy policy in the first screen of the onboarding * fix(extension): changed horizontal margin to text fits in one line
1 parent cf8cf36 commit d444b4e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/core/src/ui/components/WalletSetupRevamp/WalletSetupOptionsStepRevamp.module.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,6 @@
5353
.legal {
5454
margin-top: size_unit(2);
5555
text-align: center;
56+
margin-left: -5px;
57+
margin-right: -5px;
5658
}

packages/core/src/ui/components/WalletSetupRevamp/WalletSetupOptionsStepRevamp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export const WalletSetupOptionsStepRevamp = ({
6666
</div>
6767
</div>
6868
<div className={styles.legal} data-testid="agreement-text">
69-
By proceeding you agree to Lace’s{' '}
69+
By clicking the Create, Connect or Restore button above, you agree with Lace’s{' '}
7070
<a href={TERMS_OF_USE_URL} target="_blank" className={styles.link} data-testid="agreement-terms-of-service-link">
7171
Terms of Service
7272
</a>{' '}

0 commit comments

Comments
 (0)