Skip to content

Commit 5e65981

Browse files
Update Footer copy by removing California Residents
1 parent b98b811 commit 5e65981

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dotcom-rendering/src/components/AppsFooter.island.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const PrivacySettings = ({
7878
onClick={privacySettingsClickHandler}
7979
cssOverrides={linkStyles}
8080
>
81-
California Residents - Do Not Sell
81+
US Residents - Do Not Sell or Share
8282
</ButtonLink>
8383
&nbsp;&#183;&nbsp;
8484
</>

dotcom-rendering/src/components/PrivacySettingsLink.island.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 or Share'
65+
? 'US resident - Do Not Sell or Share'
6666
: 'Privacy settings'}
6767
</ButtonLink>
6868
);

0 commit comments

Comments
 (0)