diff --git a/src/assets/icons/ic_security-shield.vue b/src/assets/icons/ic_security-shield.vue
new file mode 100644
index 0000000..1a75c57
--- /dev/null
+++ b/src/assets/icons/ic_security-shield.vue
@@ -0,0 +1,7 @@
+
+
+
\ No newline at end of file
diff --git a/src/assets/translations/en.json b/src/assets/translations/en.json
index 4e07c04..023072e 100644
--- a/src/assets/translations/en.json
+++ b/src/assets/translations/en.json
@@ -113,7 +113,8 @@
"join_public": "Anyone can join by opening this link: {link}.",
"join_invite": "Only people you invite can join.",
"info_permissions": "You can change ‘join permissions’ at any time in the room settings.",
- "got_it": "Got it"
+ "got_it": "Got it",
+ "no_past_messages": "Welcome! For your security, past messages are not available."
},
"new_room": {
"new_room": "New Room",
diff --git a/src/components/Chat.vue b/src/components/Chat.vue
index 74f7ec7..2cd265a 100644
--- a/src/components/Chat.vue
+++ b/src/components/Chat.vue
@@ -42,7 +42,7 @@