Add the empty chat list placeholder.
Do not use full height when displaying the chat list. Remove an unsued chat action.
This commit is contained in:
parent
45901c8da6
commit
18a1f5d62a
4 changed files with 28 additions and 7 deletions
|
@ -794,7 +794,8 @@
|
|||
"more": "More",
|
||||
"delete_confirm": "Do you really want to delete this message?",
|
||||
"error_loading_chat": "Something went wrong when loading the chat.",
|
||||
"error_sending_message": "Something went wrong when sending the message."
|
||||
"error_sending_message": "Something went wrong when sending the message.",
|
||||
"empty_chat_list_placeholder": "You don't have any chats yet. Start a new chat!"
|
||||
},
|
||||
"file_type": {
|
||||
"audio": "Audio",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue