meeting is being recorded button - grammar

This commit is contained in:
Igor Loskutov
2025-06-25 11:34:37 -04:00
parent 1c60c809eb
commit f781461019

View File

@@ -167,7 +167,7 @@ function ConsentDialogButton({ meetingId, wherebyRef }: { meetingId: string; whe
size="sm"
onClick={showConsentModal}
>
Meeting is recording
Meeting is being recorded
</Button>
);
}