瀏覽代碼

fix the word in archivecreatemodal

zahmis 6 年之前
父節點
當前提交
282d0fa8c0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/client/js/components/ArchiveCreateModal.jsx

+ 1 - 1
src/client/js/components/ArchiveCreateModal.jsx

@@ -64,7 +64,7 @@ const ArchiveCreateModal = (props) => {
         hierarchyType,
         hierarchyValue,
       });
-      toastSuccess('Create Archive');
+      toastSuccess('Submitted the request to create the archive');
     }
     catch (e) {
       toastError(e);