Browse Source

维护多语言

bhikkhu-kosalla-china 4 years ago
parent
commit
81d51576e4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/article/add_to_collect_dlg.js

+ 1 - 1
app/article/add_to_collect_dlg.js

@@ -27,7 +27,7 @@ function add_to_collect_dlg_init() {
 		html += "<div class='others' style='max-height: 60vh;overflow: scroll;'>";
 		html += "</div>";
 		html += "<div id='add_to_collection_msg'>";
-		html += "<a href='../article/my_collect_index.php' target='_blank'>"+gLocal.gui.cancel+"</a>";
+		html += "<a href='../article/my_collect_index.php' target='_blank'>"+gLocal.gui.add_to+" "+gLocal.gui.anthology+"</a>";
 		html += "</div>";
 		html += "</div>";
 		html += "<div style='display:flex;justify-content: space-between;'>";