feature/IO-3182-Phone-Number-Consent - Checkpoint

This commit is contained in:
Dave Richer
2025-05-30 14:14:05 -04:00
parent a0566e76ab
commit e2c5a4cba4

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 // System Message text, will also need to be localized if we support multiple languages
const systemMessageOptions = { const systemMessageOptions = {
optIn: "Customer has Opted-in", optIn: "Customer has opted-in",
optOut: "Customer has Opted-out" optOut: "Customer has opted-out"
}; };
/** /**