From f781461019c4a34ed4d948bc5f54fb4a6c97d3a8 Mon Sep 17 00:00:00 2001 From: Igor Loskutov Date: Wed, 25 Jun 2025 11:34:37 -0400 Subject: [PATCH] meeting is being recorded button - grammar --- www/app/[roomName]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/app/[roomName]/page.tsx b/www/app/[roomName]/page.tsx index ac033d6a..d59be5f4 100644 --- a/www/app/[roomName]/page.tsx +++ b/www/app/[roomName]/page.tsx @@ -167,7 +167,7 @@ function ConsentDialogButton({ meetingId, wherebyRef }: { meetingId: string; whe size="sm" onClick={showConsentModal} > - Meeting is recording + Meeting is being recorded ); }