Просмотр исходного кода

Merge pull request #1952 from weseek/imprv/mongodb-user-collection

Imprv/mongodb user collection
Yuki Takei 6 лет назад
Родитель
Сommit
7cf708cbce

+ 1 - 1
src/client/js/components/Admin/ExportArchiveData/SelectCollectionsModal.jsx

@@ -208,7 +208,7 @@ class SelectCollectionsModal extends React.Component {
             </div>
             <div className="row mt-4">
               <div className="col-xs-12">
-                <legend>MongoDB Other Collections</legend>
+                <legend>Other Collections</legend>
                 {this.renderOthers()}
               </div>
             </div>

+ 3 - 3
src/client/js/components/Admin/ImportData/GrowiArchive/ImportForm.jsx

@@ -464,9 +464,9 @@ class ImportForm extends React.Component {
           </div>
         </form>
 
-        {this.renderGroups(GROUPS_PAGE, 'Page', warnForPageGroups, { wellContent: t('admin:importer_management.growi_settings.overwrite_documents') })}
-        {this.renderGroups(GROUPS_USER, 'User', warnForUserGroups)}
-        {this.renderGroups(GROUPS_CONFIG, 'Config', warnForConfigGroups)}
+        {this.renderGroups(GROUPS_PAGE, 'MongoDB Page', warnForPageGroups, { wellContent: t('admin:importer_management.growi_settings.overwrite_documents') })}
+        {this.renderGroups(GROUPS_USER, 'MongoDB User', warnForUserGroups)}
+        {this.renderGroups(GROUPS_CONFIG, 'MongoDB Config', warnForConfigGroups)}
         {this.renderOthers()}
 
         <div className="mt-4 text-center">