From 76bca2d8c33f9561fd3567c81815c308ba546961 Mon Sep 17 00:00:00 2001 From: Nicola Benaglia Date: Fri, 30 May 2025 00:11:47 +0200 Subject: [PATCH] Spaces --- src/components/Group/Group.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/components/Group/Group.tsx b/src/components/Group/Group.tsx index aae44e8..641132b 100644 --- a/src/components/Group/Group.tsx +++ b/src/components/Group/Group.tsx @@ -2131,6 +2131,7 @@ export const Group = ({ )} + {isPrivate && !admins.includes(myAddress) && !secretKey && @@ -2149,13 +2150,14 @@ export const Group = ({ width: '100%', }} > - {' '} {t('group:message.generic.not_part_group', { postProcess: 'capitalizeFirstChar', })} + + {t('group:message.generic.only_encrypted', { @@ -2163,13 +2165,17 @@ export const Group = ({ })} + + {t('group:message.generic.notify_admins', { postProcess: 'capitalizeFirstChar', })} + + {adminsWithNames.map((admin) => { return ( + {openManageMembers && (