Adding member: fix error message.
parent
056211147d
commit
55b285fa20
|
@ -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>
|
||||
</>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue