Skip to content

Commit d1a4ed0

Browse files
Update Privacy settings link text to Do Not Sell or Share (#13644)
1 parent 921cc20 commit d1a4ed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/components/PrivacySettingsLink.importable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export const PrivacySettingsLink = ({ extraClasses }: Props) => {
6262
}}
6363
>
6464
{framework === 'usnat'
65-
? 'California resident – Do Not Sell'
65+
? 'California resident – Do Not Sell or Share'
6666
: 'Privacy settings'}
6767
</ButtonLink>
6868
);

0 commit comments

Comments
 (0)