Skip to content

Commit

Permalink
Add acknowledge button label to default language form (#4714)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelsey-Ethyca committed Mar 14, 2024
1 parent cc03aa1 commit 9fc31aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
];
Expand Down

0 comments on commit 9fc31aa

Please sign in to comment.