diff --git a/public/react/src/modules/courses/boards/index.js b/public/react/src/modules/courses/boards/index.js
index 46a3708c3..5bf5cadc7 100644
--- a/public/react/src/modules/courses/boards/index.js
+++ b/public/react/src/modules/courses/boards/index.js
@@ -349,7 +349,7 @@ class Boards extends Component{
{ isAdmin && !parent_id && this.addDir()}>添加目录 }
{ isAdmin && !!parent_id && this.renameDir()}>目录重命名 }
- { isAdminOrStudent && this.onToBoardsNew()}>我要发布 }
+ { isAdminOrStudent && this.onToBoardsNew()}>我要发贴 }
}
secondRowLeft={
diff --git a/public/react/src/modules/page/component/UpdateDrawer.js b/public/react/src/modules/page/component/UpdateDrawer.js
index b39445d9a..396e7a683 100644
--- a/public/react/src/modules/page/component/UpdateDrawer.js
+++ b/public/react/src/modules/page/component/UpdateDrawer.js
@@ -198,7 +198,7 @@ class UpdateDrawer extends Component {
}
-
+
{ needUpdateScript ?