Commit 2ad02073 2ad02073679b61e22ee489562e1bdb509692b87c by 沈秋雨

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

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