Skip to content

Commit

Permalink
copy update
Browse files Browse the repository at this point in the history
  • Loading branch information
linh-transcend committed Feb 8, 2024
1 parent 5679653 commit ea5b368
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ export function makeConsentManagerAPI({
showConsentManager: async (options) => {
if (options?.viewState === ViewState.TCF_EU) {
logger.error(
'TCF_EU view state is not valid. Please configure your regime to use this view state.',
'TCF_EU view state is not valid for this user experience. ' +
'Please configure your Regional Experience to use this view state and try again.',
);
return;
}
Expand Down

0 comments on commit ea5b368

Please sign in to comment.