Index: /branches/rel_avx_2_7_3/src/webui/webui/htdocs/new/src/client/app/locales/zh-tw.json
===================================================================
--- /branches/rel_avx_2_7_3/src/webui/webui/htdocs/new/src/client/app/locales/zh-tw.json	(revision 8920)
+++ /branches/rel_avx_2_7_3/src/webui/webui/htdocs/new/src/client/app/locales/zh-tw.json	(working copy)
@@ -216,7 +216,7 @@
   "Interface": "介面",
   "Close": "關閉",
   "Save Changes": "儲存修改",
-  "Apply Changes": "應用修改",
+  "Apply Changes": "套用變更",
   "{0} in total": "共{0}",
   "{0} GB in total": "共{0} GB",
   "{0} left": "剩餘{0}",
Index: /branches/rel_avx_2_7_3/src/webui/webui/htdocs/new/src/client/app/modules/system/submenu/general/ntp/ntp-add.html
===================================================================
--- /branches/rel_avx_2_7_3/src/webui/webui/htdocs/new/src/client/app/modules/system/submenu/general/ntp/ntp-add.html	(revision 8920)
+++ /branches/rel_avx_2_7_3/src/webui/webui/htdocs/new/src/client/app/modules/system/submenu/general/ntp/ntp-add.html	(working copy)
@@ -3,7 +3,7 @@
     <h4 class="modal-title">{{'Add NTP Server'|T}}</h4>
 </div>
 
-<div class="modal-body">
+<div class="modal-body overflow-y-inherit">
     <div class="row">
         <div class="col-lg-12">
             <form class="form-horizontal" name="general" verify-scope="tipStyle: 1">
Index: /branches/rel_avx_2_7_3/src/webui/webui/htdocs/new/src/client/app/styles/general/ComposerUI/global/body.less
===================================================================
--- /branches/rel_avx_2_7_3/src/webui/webui/htdocs/new/src/client/app/styles/general/ComposerUI/global/body.less	(revision 8920)
+++ /branches/rel_avx_2_7_3/src/webui/webui/htdocs/new/src/client/app/styles/general/ComposerUI/global/body.less	(working copy)
@@ -26,6 +26,9 @@
             background-color: transparent;
         }
     }
+    .overflow-y-inherit {
+        overflow-y: inherit !important;
+    }
     .modal-footer {
         background-color: @theme-color;
     }
