From 16085fdfbd4fc242ec0284f9406a25e60efd6098 Mon Sep 17 00:00:00 2001 From: Pranav Raj S Date: Mon, 16 Jan 2023 15:43:18 -0800 Subject: [PATCH] fix: Add missing translations (#6263) --- app/javascript/widget/i18n/locale/en.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/javascript/widget/i18n/locale/en.json b/app/javascript/widget/i18n/locale/en.json index 6329cdeb3..141e9b102 100644 --- a/app/javascript/widget/i18n/locale/en.json +++ b/app/javascript/widget/i18n/locale/en.json @@ -86,5 +86,11 @@ "BUTTON_TEXT": "Request a conversation transcript", "SEND_EMAIL_SUCCESS": "The chat transcript was sent successfully", "SEND_EMAIL_ERROR": "There was an error, please try again" + }, + "INTEGRATIONS": { + "DYTE": { + "CLICK_HERE_TO_JOIN": "Click here to join", + "LEAVE_THE_ROOM": "Leave the call" + } } }