Clarified text

This commit is contained in:
Koper
2023-09-26 14:23:35 +01:00
parent 2017d167a7
commit 01c3d8a5cd

View File

@@ -88,8 +88,9 @@ const TranscriptCreate = () => {
<div className="py-2 h-auto">
{!transcriptStarted ? (
<div className="text-center text-gray-500">
The conversation transcript will appear here after you
start recording.
The conversation transcript will appear here shortly
after you start recording.
<br />
</div>
) : (
<LiveTrancription text={webSockets.transcriptText} />