From 8bab57e250270e931f98e5c23140c0f571151a2a Mon Sep 17 00:00:00 2001 From: Gauravudia Date: Tue, 27 Feb 2024 12:30:11 +0530 Subject: [PATCH] refactor: update error message --- src/v0/destinations/mp/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v0/destinations/mp/util.js b/src/v0/destinations/mp/util.js index 3d8fec35ba..7145285e16 100644 --- a/src/v0/destinations/mp/util.js +++ b/src/v0/destinations/mp/util.js @@ -316,7 +316,7 @@ function trimTraits(traits, contextTraits, setOnceProperties) { const generatePageOrScreenCustomEventName = (message, userDefinedEventTemplate) => { if (!userDefinedEventTemplate) { throw new ConfigurationError( - 'Event template is missing. Please provide a valid event template in `Page/Screen Event Name Template` setting', + 'Event name template is not configured. Please provide a valid value for the `Page/Screen Event Name Template` in the destination dashboard.', ); }