diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eaece1756..407189913c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/clients/admin-ui/src/features/privacy-experience/form/helpers.tsx b/clients/admin-ui/src/features/privacy-experience/form/helpers.tsx index 9b4961e8d9..aaa5ed4d33 100644 --- a/clients/admin-ui/src/features/privacy-experience/form/helpers.tsx +++ b/clients/admin-ui/src/features/privacy-experience/form/helpers.tsx @@ -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 }, }; }