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"> <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} />