Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dotcom-rendering/src/components/AppsFooter.island.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const PrivacySettings = ({
onClick={privacySettingsClickHandler}
cssOverrides={linkStyles}
>
California Residents - Do Not Sell
Do Not Sell or Share
</ButtonLink>
&nbsp;&#183;&nbsp;
</>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const PrivacySettingsLink = ({ extraClasses }: Props) => {
}}
>
{framework === 'usnat'
? 'California resident – Do Not Sell or Share'
? 'Do Not Sell or Share'
: 'Privacy settings'}
</ButtonLink>
);
Expand Down
Loading