From f21c06ea139f2d00f0f650cf0bcd7094428fa17d Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Tue, 28 Nov 2023 10:36:13 +0100 Subject: [PATCH] change(ui): integrations ms teams text update --- frontend/app/components/Client/Integrations/Integrations.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/Client/Integrations/Integrations.tsx b/frontend/app/components/Client/Integrations/Integrations.tsx index 3a718a2a2..05a81c736 100644 --- a/frontend/app/components/Client/Integrations/Integrations.tsx +++ b/frontend/app/components/Client/Integrations/Integrations.tsx @@ -181,7 +181,7 @@ const integrations = [ }, { title: 'MS Teams', - subtitle: 'Lorem Ipsum is simply dummy text of the printing and typesetting industry.', + subtitle: 'Integrate MS Teams to enable all users in your organization to share sessions directly to any MS Teams channel.', slug: 'msteams', category: 'Errors', icon: 'integrations/teams',