Adding member: fix error message.

master
Tom Hacohen 2020-10-02 10:23:26 +03:00
parent 056211147d
commit 55b285fa20
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ export default function CollectionMemberAddDialog(props: PropsType) {
onOk={onClose}
onCancel={onClose}
>
User ({addUser}) not found. Have they setup their encryption password from one of the apps?
User ({addUser}) not found.
</ConfirmationDialog>
</>
);