Skip to content

Commit

Permalink
[SWIF-264] [updateTranscriptionNotice updated]
Browse files Browse the repository at this point in the history
  • Loading branch information
zakialvi-e64 committed Dec 1, 2023
1 parent a79f5f9 commit 21350f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transcribe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ export class TranscriptionEngine {

// Function to update the transcription progress notice
const updateTranscriptionNotice = (percentage: number) => {
const noticeMessage = `Please wait, Swiftink is Transcribing ${filename}`;
const noticeMessage = `Transcribing ${transcript.name}...`;
if (!transcriptionProgressNotice) {
transcriptionProgressNotice = new Notice(noticeMessage, 800 * 100);
} else {
Expand Down

0 comments on commit 21350f8

Please sign in to comment.