From c00f4d79c7c2c0b4c0a78dc93a3a3a320b491cb8 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Mon, 2 Mar 2020 20:18:19 +0200 Subject: [PATCH] Member add: change confusing string. A few users reached out about this and were confused, not understanding what we mean by having the journal sharing disabled. --- src/Journals/JournalMemberAddDialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Journals/JournalMemberAddDialog.tsx b/src/Journals/JournalMemberAddDialog.tsx index 13356e8..fcceb30 100644 --- a/src/Journals/JournalMemberAddDialog.tsx +++ b/src/Journals/JournalMemberAddDialog.tsx @@ -53,7 +53,7 @@ class JournalMemberAddDialog extends React.PureComponent { onOk={onClose} onCancel={onClose} > - User ({addUser}) not found, or has journal sharing disabled. + User ({addUser}) not found. Have they setup their encryption password from one of the apps? );