fix(ReorganizeDialog, TransferHistoryView, AccountSettingSystem, SearchBarView): 更新提示信息,将“历史记录”替换为“整理记录”

This commit is contained in:
jxxghp
2024-12-27 07:56:20 +08:00
parent c868afbcbf
commit 09d647877f
4 changed files with 8 additions and 8 deletions

View File

@@ -390,7 +390,7 @@ onUnmounted(() => {
<VSwitch
v-model="transferForm.from_history"
label="复用历史识别信息"
hint="使用历史记录中已识别的媒体信息"
hint="使用历史整理记录中已识别的媒体信息"
persistent-hint
/>
</VCol>