Skip to content

Commit 895ed48

Browse files
feat: rename cal.ai to transcribe (#22940)
* feat: rename cal.ai to transcribe Signed-off-by: Anirban Singha <[email protected]> * update Signed-off-by: Anirban Singha <[email protected]> --------- Signed-off-by: Anirban Singha <[email protected]>
1 parent eda328d commit 895ed48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/web/modules/videos/button-states.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const BUTTONS = {
1313
iconPathDarkMode: TRANSCRIPTION_STARTED_ICON,
1414
},
1515
START_TRANSCRIPTION: {
16-
label: "Cal.ai",
16+
label: "Transcribe",
1717
tooltip: "Transcription powered by AI",
1818
iconPath: TRANSCRIPTION_STOPPED_ICON,
1919
iconPathDarkMode: TRANSCRIPTION_STOPPED_ICON,

apps/web/modules/videos/views/videos-single-view.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export default function JoinCall(props: PageProps) {
8585
...(showTranscriptionButton
8686
? {
8787
transcription: {
88-
label: "Cal.ai",
88+
label: "Transcribe",
8989
tooltip: "Transcription powered by AI",
9090
iconPath: TRANSCRIPTION_STOPPED_ICON,
9191
iconPathDarkMode: TRANSCRIPTION_STOPPED_ICON,

0 commit comments

Comments
 (0)