We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79281fd commit fdf48bfCopy full SHA for fdf48bf
1 file changed
static/src/javascripts/projects/common/modules/ui/cmp-ui.js
@@ -18,7 +18,7 @@ export const addPrivacySettingsLink = () => {
18
newPrivacyLink.dataset.linkName = 'privacy-settings';
19
newPrivacyLink.removeAttribute('href');
20
newPrivacyLink.innerText = getPrivacyFramework().usnat
21
- ? 'California resident – Do Not Sell'
+ ? 'Do Not Sell or Share'
22
: 'Privacy settings';
23
24
const newPrivacyLinkListItem = privacyLinkListItem.cloneNode(false);
0 commit comments