diff --git a/app/i18n/locales/en.json b/app/i18n/locales/en.json index faf2cd4b6..e18d030d2 100644 --- a/app/i18n/locales/en.json +++ b/app/i18n/locales/en.json @@ -837,5 +837,7 @@ "video-conf-provider-not-configured-body": "A workspace admin needs to enable the conference calls feature first.", "video-conf-provider-not-configured-header": "Conference call not enabled", "you": "you", - "you_were_mentioned": "you were mentioned" + "you_were_mentioned": "you were mentioned", + "encrypted_room_title": "This room is encrypted", + "encrypted_room_description": "Enter your end-to-end encryption password to access." } \ No newline at end of file diff --git a/app/views/RoomView/components/EncryptedRoom.tsx b/app/views/RoomView/components/EncryptedRoom.tsx index 2d3347e15..0801af194 100644 --- a/app/views/RoomView/components/EncryptedRoom.tsx +++ b/app/views/RoomView/components/EncryptedRoom.tsx @@ -36,8 +36,8 @@ export const EncryptedRoom = ({ - This room is encrypted - To view its contents you must enter your encryption password. + {I18n.t('encrypted_room_title')} + {I18n.t('encrypted_room_description')}