Skip to content

Commit

Permalink
include manage label in TCF experience (#5528)
Browse files Browse the repository at this point in the history
  • Loading branch information
gilluminate committed Nov 21, 2024
1 parent 737c627 commit 1f88dc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ The types of changes are:
- Fixed position of "Integration" button on system detail page [#5497](https://github.com/ethyca/fides/pull/5497)
- Fixing issue where "privacy request received" emails would not be sent if the request had custom identities [#5518](https://github.com/ethyca/fides/pull/5518)
- Fixed issue with long-running privacy request tasks losing their connection to the database [#5500](https://github.com/ethyca/fides/pull/5500)
- Fixed missing "Manage privacy preferences" button label option in TCF experience translations [#5528](https://github.com/ethyca/fides/pull/5528)

### Docs
- Added docs for PrivacyNoticeRegion type [#5488](https://github.com/ethyca/fides/pull/5488)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ export const getTranslationFormFields = (
acknowledge_button_label: { included: true, required: true },
privacy_policy_link_label: { included: true },
privacy_policy_url: { included: true },
privacy_preferences_link_label: { included: true, required: true },
modal_link_label: { included: true },
};
}
Expand Down

0 comments on commit 1f88dc2

Please sign in to comment.