Skip to content

Commit e1ed792

Browse files
committed
feat: adicionar campo mergeBrazilContacts no formulário Chatwoot
1 parent 77ee1a5 commit e1ed792

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/pages/instance/Chatwoot/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ function Chatwoot() {
196196
/>
197197
<FormSwitch name="reopenConversation" label={t("chatwoot.form.reopenConversation.label")} className="w-full justify-between" helper={t("chatwoot.form.reopenConversation.description")} />
198198
<FormSwitch name="importContacts" label={t("chatwoot.form.importContacts.label")} className="w-full justify-between" helper={t("chatwoot.form.importContacts.description")} />
199+
<FormSwitch name="mergeBrazilContacts" label={t("chatwoot.form.mergeBrazilContacts.label")} className="w-full justify-between" helper={t("chatwoot.form.mergeBrazilContacts.description")} />
199200
<FormSwitch name="importMessages" label={t("chatwoot.form.importMessages.label")} className="w-full justify-between" helper={t("chatwoot.form.importMessages.description")} />
200201
<FormInput name="daysLimitImportMessages" label={t("chatwoot.form.daysLimitImportMessages.label")}>
201202
<Input type="number" />

src/translate/languages/pt-BR.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,10 @@
349349
"label": "Importar Contatos",
350350
"description": "Importar contatos da agenda do WhatsApp ao conectar o QR Code"
351351
},
352+
"mergeBrazilContacts": {
353+
"label": "Mesclar Contatos Brasil",
354+
"description": "Mescla contatos brasileiros com e sem código de país (55)"
355+
},
352356
"importMessages": {
353357
"label": "Importar Mensagens",
354358
"description": "Importar mensagens do WhatsApp ao conectar o QR Code"

0 commit comments

Comments
 (0)