From 30841d3ffce52d2684f34bf129aa04286467c90c Mon Sep 17 00:00:00 2001 From: GleidsonDaniel Date: Tue, 3 Oct 2023 14:23:11 -0300 Subject: [PATCH] chore: add translation --- app/i18n/locales/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/i18n/locales/en.json b/app/i18n/locales/en.json index 074192f9b..b874f0f47 100644 --- a/app/i18n/locales/en.json +++ b/app/i18n/locales/en.json @@ -749,5 +749,6 @@ "Jitsi_authentication_before_making_calls_ask_admin": "If you believe there are problems with Jitsi and its authentication, ask a workspace administrator for help.", "Continue": "Continue", "Message_has_been_shared": "Message has been shared", - "No_channels_in_team": "No Channels on this team" + "No_channels_in_team": "No Channels on this team", + "conference_call": "Conference call" }