itizawa 6 年之前
父節點
當前提交
f4bce2fcdf
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/client/js/components/Admin/Customize/CustomizeFunctionSetting.jsx

+ 1 - 0
src/client/js/components/Admin/Customize/CustomizeFunctionSetting.jsx

@@ -41,6 +41,7 @@ class CustomizeBehaviorSetting extends React.Component {
     return (
       <React.Fragment>
         <h2>{t('customize_page.Function')}</h2>
+        <p className="well">{ t('customize_page.function_choose') }</p>
         <AdminUpdateButton onClick={this.onClickSubmit} />
       </React.Fragment>
     );