Browse Source

edit comment

yusuketk 6 years ago
parent
commit
8031c3617e
1 changed files with 7 additions and 7 deletions
  1. 7 7
      src/client/js/components/Admin/Customize/Customize.jsx

+ 7 - 7
src/client/js/components/Admin/Customize/Customize.jsx

@@ -18,19 +18,19 @@ class Customize extends React.Component {
           <legend> {t('customize_page.Layout')}</legend>
           {/* レイアウトフォームの react componentをここで呼ぶ(GW-244) */}
           <legend>{t('customize_page.Theme')}</legend>
-          {/* テーマフォームの react componentをここで呼ぶ(GW-244) */}
+          {/* テーマフォームの react componentをここで呼ぶ(GW-245) */}
           <legend>{t('customize_page.Behavior')}</legend>
-          {/* 挙動フォームの react componentをここで呼ぶ(GW-245) */}
+          {/* 挙動フォームの react componentをここで呼ぶ(GW-246) */}
           <legend>{t('customize_page.Function')}</legend>
-          {/* 機能フォームの react componentをここで呼ぶ(GW-245) */}
+          {/* 機能フォームの react componentをここで呼ぶ(GW-276) */}
           <legend>{t('customize_page.Code Highlight')}</legend>
-          {/* コードハイライトフォームの react componentをここで呼ぶ(GW-245) */}
+          {/* コードハイライトフォームの react componentをここで呼ぶ(GW-277) */}
           <legend>{t('customize_page.custom_title')}</legend>
-          {/* カスタムタイトルフォームの react componentをここで呼ぶ(GW-246) */}
+          {/* カスタムタイトルフォームの react componentをここで呼ぶ(GW-278) */}
           <legend>{t('customize_page.Custom CSS')}</legend>
-          {/* カスタムCSSフォームの react componentをここで呼ぶ(GW-246) */}
+          {/* カスタムCSSフォームの react componentをここで呼ぶ(GW-279) */}
           <legend>{t('customize_page.Custom script')}</legend>
-          {/* カスタムスクリプトフォームの react componentをここで呼ぶ(GW-246) */}
+          {/* カスタムスクリプトフォームの react componentをここで呼ぶ(GW-280) */}
         </fieldset>
       </Fragment>
     );