Yuki Takei 6 лет назад
Родитель
Сommit
525be640d2

+ 0 - 1
resource/locales/en-US/translation.json

@@ -788,7 +788,6 @@
     "rebuild_description_3":"This may take a while."
     "rebuild_description_3":"This may take a while."
   },
   },
   "export_management": {
   "export_management": {
-    "beta_warning": "This function is Beta.",
     "exporting_data_list": "Exporting Data List",
     "exporting_data_list": "Exporting Data List",
     "exported_data_list": "Exported Data List",
     "exported_data_list": "Exported Data List",
     "export_collections": "Export Collections",
     "export_collections": "Export Collections",

+ 0 - 1
resource/locales/ja/translation.json

@@ -773,7 +773,6 @@
     "rebuild_description_3":""
     "rebuild_description_3":""
   },
   },
   "export_management": {
   "export_management": {
-    "beta_warning": "この機能はベータ版です",
     "exporting_data_list": "エクスポート中のデータ",
     "exporting_data_list": "エクスポート中のデータ",
     "exported_data_list": "エクスポートデータリスト",
     "exported_data_list": "エクスポートデータリスト",
     "export_collections": "コレクションのエクスポート",
     "export_collections": "コレクションのエクスポート",

+ 4 - 0
src/client/js/components/Admin/Import/GrowiZipImportSection.jsx

@@ -75,6 +75,10 @@ class GrowiZipImportSection extends React.Component {
       <Fragment>
       <Fragment>
         <h2>{t('importer_management.import_form_growi')}</h2>
         <h2>{t('importer_management.import_form_growi')}</h2>
 
 
+        <div className="alert alert-warning">
+          <i className="icon-exclamation"></i> { t('importer_management.beta_warning') }
+        </div>
+
         {this.state.fileName ? (
         {this.state.fileName ? (
           <div className="px-4">
           <div className="px-4">
             <GrowiZipImportForm
             <GrowiZipImportForm