mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-06 16:16:42 +08:00
fix(subscribe): update reset confirmation message
This commit is contained in:
@@ -116,7 +116,7 @@ async function resetSubscribe() {
|
|||||||
try {
|
try {
|
||||||
const isConfirmed = await createConfirm({
|
const isConfirmed = await createConfirm({
|
||||||
title: '确认',
|
title: '确认',
|
||||||
content: `重置后 ${props.media?.name} 已下载记录将被清除,未入库的剧集将会重新下载,是否确认?`,
|
content: `重置后 ${props.media?.name} 将恢复初始状态,已下载记录将被清除,未入库的剧集将会重新下载,是否确认?`,
|
||||||
})
|
})
|
||||||
if (!isConfirmed) return
|
if (!isConfirmed) return
|
||||||
// 重置
|
// 重置
|
||||||
|
|||||||
Reference in New Issue
Block a user