From 9b7ab79fda97f49be5942d3fcc09769515119a21 Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Fri, 19 Apr 2024 13:29:43 -0300 Subject: [PATCH] Remove # --- app/views/RoomView/components/EncryptedRoom.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/RoomView/components/EncryptedRoom.tsx b/app/views/RoomView/components/EncryptedRoom.tsx index 04afd012e..d91604373 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}` })} {I18n.t('encrypted_room_description')}