Procházet zdrojové kódy

简介多语言错误

visuddhinanda před 4 roky
rodič
revize
ba344befdf
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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>";