From 3abb5e928188162679013b06f84de25a04705dce Mon Sep 17 00:00:00 2001 From: KevinB-T Date: Tue, 19 May 2026 11:00:17 +0530 Subject: [PATCH] fix: --- frontend/src/routes/_authenticated/record.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/frontend/src/routes/_authenticated/record.tsx b/frontend/src/routes/_authenticated/record.tsx index 0de52b6..45f10cf 100644 --- a/frontend/src/routes/_authenticated/record.tsx +++ b/frontend/src/routes/_authenticated/record.tsx @@ -286,7 +286,7 @@ function RecordPage() {

LIVE CAPTURE

Record

- Capture meetings live, transcribe through Faster Whisper, and send the result securely. + Capture meetings live, generate transcripts, and send the result securely.

@@ -352,10 +352,8 @@ function RecordPage() { {isBusy && (
- - {phase === "uploading" ? "Uploading audio" : "Processing with Faster Whisper"} - - {phase === "uploading" ? `${uploadProgress}%` : "large-v3"} + {phase === "uploading" ? "Uploading audio" : "Transcribing audio"} + {phase === "uploading" ? `${uploadProgress}%` : "In progress"}