diff --git a/apps/meteor/client/views/room/modals/E2EEModals/EnableE2EEModal.tsx b/apps/meteor/client/views/room/modals/E2EEModals/EnableE2EEModal.tsx index bd423eb061176..37de20c761202 100644 --- a/apps/meteor/client/views/room/modals/E2EEModals/EnableE2EEModal.tsx +++ b/apps/meteor/client/views/room/modals/E2EEModals/EnableE2EEModal.tsx @@ -1,7 +1,7 @@ import { Box } from '@rocket.chat/fuselage'; import type { ReactElement } from 'react'; import React from 'react'; -import { Trans, useTranslation } from 'react-i18next'; +import { useTranslation } from 'react-i18next'; import GenericModal from '../../../../components/GenericModal'; @@ -24,7 +24,7 @@ const EnableE2EEModal = ({ onConfirm, onClose, roomType }: EnableE2EEModalProps) onCancel={onClose} > - + {t('E2E_enable_encryption_description', { roomType })} );