Parcourir la source

简介多语言错误

visuddhinanda il y a 4 ans
Parent
commit
ba344befdf
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/article/my_collect.js

+ 1 - 1
app/article/my_collect.js

@@ -79,7 +79,7 @@ function my_collect_edit(id) {
 					html += "</div></div>";
 
 					html += "<div style='display:flex;'>";
-					html += "<div style='flex:2;'>" + gLocal.gui.summary + "</div>";
+					html += "<div style='flex:2;'>" + gLocal.gui.introduction + "</div>";
 					html += "<div style='flex:8;'>";
 					html += "<input type='input' name='summary' value='" + result.summary + "'/>";
 					html += "</div></div>";