From 3a123be8d4a5d4a9a483cd111b585ebce834eac7 Mon Sep 17 00:00:00 2001 From: 10G Meow <10gmeow@gmail.com> Date: Sun, 8 Oct 2023 12:08:03 +0300 Subject: [PATCH] replace "Private Chat" with "Direct Message" --- src/assets/translations/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/translations/en.json b/src/assets/translations/en.json index f515341..46a9ec8 100644 --- a/src/assets/translations/en.json +++ b/src/assets/translations/en.json @@ -22,7 +22,7 @@ "notify": "Notify" }, "menu": { - "start_private_chat": "Private chat with this user", + "start_private_chat": "Direct Message with this user", "reply": "Reply", "edit": "Edit", "delete": "Delete", @@ -135,7 +135,7 @@ "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_private_chat": "Private Chat" + "direct_private_chat": "Direct Message" }, "new_room": { "new_room": "New Room",