瀏覽代碼

remove mongoDB in other part

ryuichi-e 6 年之前
父節點
當前提交
9a3dfc91ad
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/client/js/components/Admin/ExportArchiveData/SelectCollectionsModal.jsx

+ 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>