Skip to content

Commit

Permalink
Update toolip text
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAndrewJackson committed Dec 6, 2023
1 parent 5f1490b commit 47cdeec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/admin-ui/src/pages/management/consent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const ConsentConfigPage: NextPage = () => {
if (isErrorResult(result)) {
const errorMsg = getErrorMessage(
result.error,
`An unexpected error occurred while saving TCF Purpose Overrides. Please try again.`
`An unexpected error occurred while saving vendor overrides. Please try again.`
);
toast(errorToastParams(errorMsg));
} else {
Expand Down

0 comments on commit 47cdeec

Please sign in to comment.