Explorar o código

简介多语言错误

visuddhinanda %!s(int64=4) %!d(string=hai) anos
pai
achega
ba344befdf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>";