From 5cef7e9a709ac50dc2e70beb226ad899e77ce8f8 Mon Sep 17 00:00:00 2001 From: PhilReact Date: Wed, 4 Dec 2024 09:43:44 +0200 Subject: [PATCH] fix typo --- src/components/Chat/CreateCommonSecret.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Chat/CreateCommonSecret.tsx b/src/components/Chat/CreateCommonSecret.tsx index 2e2088a..c371c55 100644 --- a/src/components/Chat/CreateCommonSecret.tsx +++ b/src/components/Chat/CreateCommonSecret.tsx @@ -152,7 +152,7 @@ export const CreateCommonSecret = ({groupId, secretKey, isOwner, myAddress, sec maxWidth: '350px', background: '#444444' }}> - Re-encyrpt key + Re-encrypt key {noSecretKey ? ( There is no group secret key. Be the first admin to publish one!