From ea5b368b37577e11e126117c3f662a56bf57fd09 Mon Sep 17 00:00:00 2001 From: linh-transcend Date: Thu, 8 Feb 2024 10:37:08 -0500 Subject: [PATCH] copy update --- src/api.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/api.ts b/src/api.ts index a4e66e0d..562338af 100644 --- a/src/api.ts +++ b/src/api.ts @@ -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; }