Pārlūkot izejas kodu

fix the word in archivecreatemodal

zahmis 5 gadi atpakaļ
vecāks
revīzija
282d0fa8c0
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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,
         hierarchyType,
         hierarchyValue,
         hierarchyValue,
       });
       });
-      toastSuccess('Create Archive');
+      toastSuccess('Submitted the request to create the archive');
     }
     }
     catch (e) {
     catch (e) {
       toastError(e);
       toastError(e);