Skip to content

Commit 3682be9

Browse files
authored
core(third-party-cookies): update description for 3PCD updates (#16177)
1 parent 8a2f18a commit 3682be9

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

core/audits/third-party-cookies.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const UIStrings = {
1818
/** Title of a Lighthouse audit that provides detail on the use of third party cookies. This descriptive title is shown to users when the page uses third party cookies. */
1919
failureTitle: 'Uses third-party cookies',
2020
/** Description of a Lighthouse audit that tells the user why they should not use third party cookies on their page. This is displayed after a user expands the section to see more. No character length limits. The last sentence starting with 'Learn' becomes link text to additional documentation. */
21-
description: 'Chrome is moving towards a new experience that lets people make an informed choice with respect to third-party cookies. [Learn more about third-party cookies](https://developers.google.com/privacy-sandbox/cookies).',
21+
description: 'Chrome is moving towards a new experience that allows users to choose to browse without third-party cookies. [Learn more about third-party cookies](https://developers.google.com/privacy-sandbox/cookies).',
2222
/** [ICU Syntax] Label for the audit identifying the number of third-party cookies. */
2323
displayValue: `{itemCount, plural,
2424
=1 {1 cookie found}

core/test/fixtures/user-flows/reports/sample-flow-result.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@
482482
"third-party-cookies": {
483483
"id": "third-party-cookies",
484484
"title": "Avoids third-party cookies",
485-
"description": "Chrome is moving towards a new experience that lets people make an informed choice with respect to third-party cookies. [Learn more about third-party cookies](https://developers.google.com/privacy-sandbox/cookies).",
485+
"description": "Chrome is moving towards a new experience that allows users to choose to browse without third-party cookies. [Learn more about third-party cookies](https://developers.google.com/privacy-sandbox/cookies).",
486486
"score": 1,
487487
"scoreDisplayMode": "binary",
488488
"details": {
@@ -8593,7 +8593,7 @@
85938593
"third-party-cookies": {
85948594
"id": "third-party-cookies",
85958595
"title": "Avoids third-party cookies",
8596-
"description": "Chrome is moving towards a new experience that lets people make an informed choice with respect to third-party cookies. [Learn more about third-party cookies](https://developers.google.com/privacy-sandbox/cookies).",
8596+
"description": "Chrome is moving towards a new experience that allows users to choose to browse without third-party cookies. [Learn more about third-party cookies](https://developers.google.com/privacy-sandbox/cookies).",
85978597
"score": 1,
85988598
"scoreDisplayMode": "binary",
85998599
"details": {
@@ -18131,7 +18131,7 @@
1813118131
"third-party-cookies": {
1813218132
"id": "third-party-cookies",
1813318133
"title": "Avoids third-party cookies",
18134-
"description": "Chrome is moving towards a new experience that lets people make an informed choice with respect to third-party cookies. [Learn more about third-party cookies](https://developers.google.com/privacy-sandbox/cookies).",
18134+
"description": "Chrome is moving towards a new experience that allows users to choose to browse without third-party cookies. [Learn more about third-party cookies](https://developers.google.com/privacy-sandbox/cookies).",
1813518135
"score": 1,
1813618136
"scoreDisplayMode": "binary",
1813718137
"details": {

core/test/results/sample_v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1048,7 +1048,7 @@
10481048
"third-party-cookies": {
10491049
"id": "third-party-cookies",
10501050
"title": "Avoids third-party cookies",
1051-
"description": "Chrome is moving towards a new experience that lets people make an informed choice with respect to third-party cookies. [Learn more about third-party cookies](https://developers.google.com/privacy-sandbox/cookies).",
1051+
"description": "Chrome is moving towards a new experience that allows users to choose to browse without third-party cookies. [Learn more about third-party cookies](https://developers.google.com/privacy-sandbox/cookies).",
10521052
"score": 1,
10531053
"scoreDisplayMode": "binary",
10541054
"details": {

shared/localization/locales/en-US.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

shared/localization/locales/en-XL.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)