Skip to content

Commit e722806

Browse files
committed
Update default GPC description text
1 parent 8c2b7e5 commit e722806

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clients/fides-js/src/lib/i18n/locales/en/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"static.gpc": "Global Privacy Control",
3-
"static.gpc.description": "Your global privacy control preference has been honored. You have been automatically opted out of data use cases which adhere to global privacy control.",
3+
"static.gpc.description": "We have detected your Global Privacy Control signal and will honor your preferences accordingly.",
44
"static.gpc.status.applied": "Applied",
55
"static.gpc.status.overridden": "Overridden",
66
"static.gpc.title": "Global Privacy Control detected",

clients/privacy-center/cypress/e2e/fides-js/consent-i18n.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ const ENGLISH_MODAL: TestModalTranslations = {
131131
accept_button_label: "Opt in to all",
132132
acknowledge_button_label: "OK",
133133
gpc_title: "Global Privacy Control detected",
134-
gpc_description: "Your global privacy control preference has been honored.",
134+
gpc_description: "We have detected your Global Privacy Control signal",
135135
gpc_label: "Global Privacy Control",
136136
gpc_applied_label: "Applied",
137137
gpc_overridden_label: "Overridden",

0 commit comments

Comments
 (0)