1
0
mirror of https://github.com/etesync/android synced 2025-02-23 13:02:04 +00:00

Collection view: improve empty collection messages.

This commit is contained in:
Tom Hacohen 2020-09-08 14:07:47 +03:00
parent 6e799d5887
commit 9bfeb0c347

View File

@ -348,8 +348,8 @@
<string name="delete_collection_deleting_collection">Deleting collection</string> <string name="delete_collection_deleting_collection">Deleting collection</string>
<!-- JournalViewer --> <!-- JournalViewer -->
<string name="journal_entries_list_empty">Journal is empty.\n(Maybe it\'s still syncing?)</string> <string name="journal_entries_list_empty">Collection is empty.\nMaybe it\'s still syncing?</string>
<string name="journal_entries_loading">Loading journal entries...</string> <string name="journal_entries_loading">Loading change log entries...</string>
<!-- ExceptionInfoFragment --> <!-- ExceptionInfoFragment -->
<string name="exception">An error has occurred.</string> <string name="exception">An error has occurred.</string>