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!