Explorar el Código

fix the word in archivecreatemodal

zahmis hace 5 años
padre
commit
282d0fa8c0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);