Commit 2ad02073 2ad02073679b61e22ee489562e1bdb509692b87c by 沈秋雨

fix(review): 修正提交确认提示文字描述

1 parent bbb6ce14
......@@ -1537,7 +1537,7 @@
alert('历史报表仅供查看,请在 staging-db 中执行入库。');
return;
}
if (!confirm('确认提交所有审核结果?“确认不重复”将入库,“确认重复”将把词/曲作者增量合并到已有记录。')) return;
if (!confirm('确认提交所有审核结果?“确认不重复”将入库,“确认重复数据合并到已有记录。')) return;
els.importReviewedBtn.disabled = true;
els.importReviewedBtn.textContent = '入库中...';
try {
......