mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
Clarified text
This commit is contained in:
@@ -88,8 +88,9 @@ const TranscriptCreate = () => {
|
|||||||
<div className="py-2 h-auto">
|
<div className="py-2 h-auto">
|
||||||
{!transcriptStarted ? (
|
{!transcriptStarted ? (
|
||||||
<div className="text-center text-gray-500">
|
<div className="text-center text-gray-500">
|
||||||
The conversation transcript will appear here after you
|
The conversation transcript will appear here shortly
|
||||||
start recording.
|
after you start recording.
|
||||||
|
<br />
|
||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
<LiveTrancription text={webSockets.transcriptText} />
|
<LiveTrancription text={webSockets.transcriptText} />
|
||||||
|
|||||||
Reference in New Issue
Block a user