Skip to content

Commit

Permalink
fix: retry encode typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tohrusky authored Jan 31, 2025
1 parent 555e6d6 commit b988622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Task.vue
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ function handleRetryMerge(): void {
function handleRetryEncode(index: number): void {
dialog.warning({
title: 'Retry Encode Task?',
content: 'Are you sure to retry encoding this clip with the latest script and encode param?',
content: 'Are you sure to retry encoding this clip?',
positiveText: 'ENCODE',
negativeText: 'NO',
maskClosable: false,
Expand Down

0 comments on commit b988622

Please sign in to comment.