diff --git a/CHANGELOG.md b/CHANGELOG.md index d92bfcac560..c101eeb74c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,8 @@ The types of changes are: - Erasure support for Simon Data [#4552](https://github.com/ethyca/fides/pull/4552) - Added notice there will be no preview for Privacy Center types in the Experience preview [#4709](https://github.com/ethyca/fides/pull/4709) - Removed properties beta flag [#4710](https://github.com/ethyca/fides/pull/4710) +- Add acknowledge button label to default Experience English form [#4714](https://github.com/ethyca/fides/pull/4714) + ### Changed - Moved location-targeting from Notices to Experiences [#4576](https://github.com/ethyca/fides/pull/4576) 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 c333434f970..68e16a01a39 100644 --- a/clients/admin-ui/src/features/privacy-experience/form/helpers.tsx +++ b/clients/admin-ui/src/features/privacy-experience/form/helpers.tsx @@ -31,6 +31,7 @@ export const defaultTranslations: ExperienceTranslationCreate[] = [ accept_button_label: "Accept", reject_button_label: "Reject", save_button_label: "Save", + acknowledge_button_label: "Ok", privacy_preferences_link_label: "Privacy Preferences", }, ];