open task dialog

This commit is contained in:
j 2025-01-25 10:46:39 +05:30
commit 7eae1cf6e5
2 changed files with 3 additions and 1 deletions

View file

@ -79,7 +79,8 @@ pandora.ui.tasksDialog = function(options) {
'processing': 'Processing',
'canceled': 'Canceled',
'failed': 'Failed',
'finished': 'Finished'
'finished': 'Finished',
'transcribing': 'Transcribing'
}[value] || value;
},
id: 'status',