From e01012160b519dc8d3c041d67e3e7b1f60ce8fd7 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Thu, 6 Aug 2020 10:58:56 +0300 Subject: [PATCH] Collection edit: remove the word journal. --- src/Collections/CollectionEdit.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Collections/CollectionEdit.tsx b/src/Collections/CollectionEdit.tsx index 1e231cc..d22ea9b 100644 --- a/src/Collections/CollectionEdit.tsx +++ b/src/Collections/CollectionEdit.tsx @@ -223,7 +223,7 @@ export default function CollectionEdit(props: PropsType) { onOk={() => onDelete(props.collection?.collection!)} onCancel={() => setShowDeleteDialog(false)} > - Are you sure you would like to delete this journal? + Are you sure you would like to delete this collection? );