diff --git a/app/views/RoomView/components/EncryptedRoom.tsx b/app/views/RoomView/components/EncryptedRoom.tsx index 76600053b..967cdcde4 100644 --- a/app/views/RoomView/components/EncryptedRoom.tsx +++ b/app/views/RoomView/components/EncryptedRoom.tsx @@ -40,7 +40,7 @@ export const EncryptedRoom = ({ - {I18n.t('encrypted_room_title', { room_name: `${roomName}` })} + {I18n.t('encrypted_room_title', { room_name: roomName.slice(0, 30) })} {I18n.t('encrypted_room_description')}