diff --git a/src/components/BatchTranscribeGlobal.tsx b/src/components/BatchTranscribeGlobal.tsx
index b6f15b6..51932be 100644
--- a/src/components/BatchTranscribeGlobal.tsx
+++ b/src/components/BatchTranscribeGlobal.tsx
@@ -15,6 +15,7 @@ export const BatchTranscribeGlobal: React.FC = () => {
showToast,
showResult,
result,
+ sessionName,
setShowToast,
setShowResult
} = useBatchTranscribeStore()
@@ -27,7 +28,7 @@ export const BatchTranscribeGlobal: React.FC = () => {
- 批量转写中
+ 批量转写中{sessionName ? `(${sessionName})` : ''}