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