Skip to content

Commit

Permalink
brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
philmcmahon committed Aug 30, 2024
1 parent 4767813 commit 7257460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ const getApp = async () => {
}
const exportResult = await createTranscriptDocument(
config,
`${parsedItem.data.originalFilename} transcript${parsedItem.data.isTranslation ? ' English translation' : ''}`,
`${parsedItem.data.originalFilename} transcript${parsedItem.data.isTranslation ? ' (English translation)' : ''}`,
exportRequest.data.oAuthTokenResponse,
transcriptText.text,
);
Expand Down

0 comments on commit 7257460

Please sign in to comment.