itizawa 6 лет назад
Родитель
Сommit
dfb50d1a81

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

@@ -46,7 +46,7 @@ class CustomizeBehaviorSetting extends React.Component {
           behaviorType="growi"
           isSelected={adminCustomizeContainer.state.currentBehavior === 'growi'}
           onSelected={() => adminCustomizeContainer.switchBehaviorType('growi')}
-          labelHtml='GROWI Simplified Behavior <small className="text-success">(Recommended)</small>'
+          labelHtml='GROWI Simplified Behavior <small class="text-success">(Recommended)</small>'
         >
           {/* TODO i18n */}
           <ul>

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

@@ -19,7 +19,7 @@ class CustomizeLayoutOptions extends React.Component {
           layoutType="crowi-plus"
           isSelected={adminCustomizeContainer.state.currentLayout === 'growi'}
           onSelected={() => adminCustomizeContainer.switchLayoutType('growi')}
-          labelHtml={'GROWI Enhanced Layout <small className="text-success">(Recommended)</small>'}
+          labelHtml={'GROWI Enhanced Layout <small class="text-success">(Recommended)</small>'}
         >
           {/* TODO i18n */}
           <h4>Simple and Clear</h4>