From 3c6209a0b3a59107fa8697d54adb8a89bb5c230c Mon Sep 17 00:00:00 2001 From: N-Pex Date: Thu, 12 Oct 2023 10:46:22 +0200 Subject: [PATCH] Change welcome page for direct messages --- src/assets/translations/en.json | 3 +-- src/components/DirectChatWelcomeHeader.vue | 9 +-------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/src/assets/translations/en.json b/src/assets/translations/en.json index 46a9ec8..fcb4d91 100644 --- a/src/assets/translations/en.json +++ b/src/assets/translations/en.json @@ -133,8 +133,7 @@ "info_permissions": "You can change ‘join permissions’ at any time in the room settings.", "got_it": "Got it", "no_past_messages": "Welcome! For your security, past messages are not available.", - "direct_hi": "Hi!", - "direct_info": "You’ve connected to {user}. Leave a message and they’ll be notified.", + "direct_info": "Hi, {you}. You’re in a private chat with {user}.", "direct_private_chat": "Direct Message" }, "new_room": { diff --git a/src/components/DirectChatWelcomeHeader.vue b/src/components/DirectChatWelcomeHeader.vue index 6101b4a..11da8c7 100644 --- a/src/components/DirectChatWelcomeHeader.vue +++ b/src/components/DirectChatWelcomeHeader.vue @@ -1,14 +1,7 @@