Skip to content

Commit 41fa700

Browse files
committed
feat: translation set to default (english) in chatwoot
1 parent a4ef9fb commit 41fa700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/whatsapp/services/chatwoot.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1558,7 +1558,7 @@ export class ChatwootService {
15581558
this.logger.verbose('send qrcode to chatwoot');
15591559
await this.createBotQr(
15601560
instance,
1561-
'QRCode gerado com sucesso!',
1561+
'QRCode successfully generated!',
15621562
'incoming',
15631563
fileName,
15641564
);

0 commit comments

Comments
 (0)