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

fix the word in archivecreatemodal

zahmis 5 лет назад
Родитель
Сommit
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);