Merged in feature/IO-3182-Phone-Number-Consent (pull request #2362)

feature/IO-3182-Phone-Number-Consent - Checkpoint
This commit is contained in:
Dave Richer
2025-05-30 18:14:52 +00:00

View File

@@ -18,8 +18,8 @@ const optOutKeywords = ["STOP", "STOPALL", "UNSUBSCRIBE", "CANCEL", "END", "QUIT
// System Message text, will also need to be localized if we support multiple languages
const systemMessageOptions = {
optIn: "Customer has Opted-in",
optOut: "Customer has Opted-out"
optIn: "Customer has opted-in",
optOut: "Customer has opted-out"
};
/**