We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eda328d commit 895ed48Copy full SHA for 895ed48
apps/web/modules/videos/button-states.ts
@@ -13,7 +13,7 @@ export const BUTTONS = {
13
iconPathDarkMode: TRANSCRIPTION_STARTED_ICON,
14
},
15
START_TRANSCRIPTION: {
16
- label: "Cal.ai",
+ label: "Transcribe",
17
tooltip: "Transcription powered by AI",
18
iconPath: TRANSCRIPTION_STOPPED_ICON,
19
iconPathDarkMode: TRANSCRIPTION_STOPPED_ICON,
apps/web/modules/videos/views/videos-single-view.tsx
@@ -85,7 +85,7 @@ export default function JoinCall(props: PageProps) {
85
...(showTranscriptionButton
86
? {
87
transcription: {
88
89
90
91
0 commit comments