From db19ecb28cd0ab83655609cc48e47297757eeed3 Mon Sep 17 00:00:00 2001 From: Dave Richer Date: Mon, 26 May 2025 14:49:02 -0400 Subject: [PATCH] feature/IO-3182-Phone-Number-Consent - Front/Back Start/stop logic complete --- client/src/translations/en_us/common.json | 5 ++--- client/src/translations/es/common.json | 14 ++++++++++++-- client/src/translations/fr/common.json | 14 ++++++++++++-- 3 files changed, 26 insertions(+), 7 deletions(-) diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json index a5b724154..ac5833e86 100644 --- a/client/src/translations/en_us/common.json +++ b/client/src/translations/en_us/common.json @@ -2381,7 +2381,7 @@ "invalidphone": "The phone number is invalid. Unable to open conversation. ", "noattachedjobs": "No Jobs have been associated to this conversation. ", "updatinglabel": "Error updating label. {{error}}", - "no_consent": "This phone number has not consented to receive messages." + "no_consent": "This phone number has Opted-out of Messaging." }, "labels": { "addlabel": "Add a label to this conversation.", @@ -2398,7 +2398,7 @@ "sentby": "Sent by {{by}} at {{time}}", "typeamessage": "Send a message...", "unarchive": "Unarchive", - "no_consent": "No Consent" + "no_consent": "Opt-out" }, "render": { "conversation_list": "Conversation List" @@ -3871,7 +3871,6 @@ }, "consent": { "phone_number": "Phone Number", - "status": "Consent Status", "created_at": "Created At" }, "settings": { diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json index 7651eae4b..2303f9610 100644 --- a/client/src/translations/es/common.json +++ b/client/src/translations/es/common.json @@ -656,6 +656,7 @@ } }, "labels": { + "consent_settings": "", "2tiername": "", "2tiersetup": "", "2tiersource": "", @@ -2379,7 +2380,8 @@ "errors": { "invalidphone": "", "noattachedjobs": "", - "updatinglabel": "" + "updatinglabel": "", + "no_consent": "" }, "labels": { "addlabel": "", @@ -2395,7 +2397,8 @@ "selectmedia": "", "sentby": "", "typeamessage": "Enviar un mensaje...", - "unarchive": "" + "unarchive": "", + "no_consent": "" }, "render": { "conversation_list": "" @@ -3867,6 +3870,13 @@ "validation": { "unique_vendor_name": "" } + }, + "consent": { + "phone_number": "", + "created_at": "" + }, + "settings": { + "title": "" } } } diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json index 316effe11..e7bcccbf0 100644 --- a/client/src/translations/fr/common.json +++ b/client/src/translations/fr/common.json @@ -656,6 +656,7 @@ } }, "labels": { + "consent_settings": "", "2tiername": "", "2tiersetup": "", "2tiersource": "", @@ -2379,7 +2380,8 @@ "errors": { "invalidphone": "", "noattachedjobs": "", - "updatinglabel": "" + "updatinglabel": "", + "no_consent": "" }, "labels": { "addlabel": "", @@ -2395,7 +2397,8 @@ "selectmedia": "", "sentby": "", "typeamessage": "Envoyer un message...", - "unarchive": "" + "unarchive": "", + "no_consent": "" }, "render": { "conversation_list": "" @@ -3867,6 +3870,13 @@ "validation": { "unique_vendor_name": "" } + }, + "consent": { + "phone_number": "", + "created_at": "" + }, + "settings": { + "title": "" } } }