replace "Private Chat" with "Direct Message"

This commit is contained in:
10G Meow 2023-10-08 12:08:03 +03:00
parent 7ed3e80b9c
commit 3a123be8d4

View file

@ -22,7 +22,7 @@
"notify": "Notify" "notify": "Notify"
}, },
"menu": { "menu": {
"start_private_chat": "Private chat with this user", "start_private_chat": "Direct Message with this user",
"reply": "Reply", "reply": "Reply",
"edit": "Edit", "edit": "Edit",
"delete": "Delete", "delete": "Delete",
@ -135,7 +135,7 @@
"no_past_messages": "Welcome! For your security, past messages are not available.", "no_past_messages": "Welcome! For your security, past messages are not available.",
"direct_hi": "Hi!", "direct_hi": "Hi!",
"direct_info": "Youve connected to {user}. Leave a message and theyll be notified.", "direct_info": "Youve connected to {user}. Leave a message and theyll be notified.",
"direct_private_chat": "Private Chat" "direct_private_chat": "Direct Message"
}, },
"new_room": { "new_room": {
"new_room": "New Room", "new_room": "New Room",