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