diff options
| author | eugenijm <eugenijm@protonmail.com> | 2020-07-07 18:30:05 +0300 |
|---|---|---|
| committer | eugenijm <eugenijm@protonmail.com> | 2020-07-08 15:21:31 +0300 |
| commit | 18a1f5d62a72da45d62672043397a7471ab2c090 (patch) | |
| tree | 103fdf3ea19f69f2c8b5e2af1191a9b3771badfb /src/i18n | |
| parent | 45901c8da654bbeaae71cc484ea08f39a332baa7 (diff) | |
Add the empty chat list placeholder.
Do not use full height when displaying the chat list.
Remove an unsued chat action.
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index c9a34556..5cc75460 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -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", |
