mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 02:15:35 +03:00
Merge pull request #6132 from jtbx/patch-1
Fixed grammar in 2 English strings
This commit is contained in:
commit
483b1ab503
2 changed files with 3 additions and 2 deletions
1
changelog.d/6132.misc
Normal file
1
changelog.d/6132.misc
Normal file
|
@ -0,0 +1 @@
|
|||
Fixed grammar errors in /vector/src/main/res/values/strings.xml
|
|
@ -1586,9 +1586,9 @@
|
|||
<string name="room_list_catchup_empty_title">You’re all caught up!</string>
|
||||
<string name="room_list_catchup_empty_body">You have no more unread messages</string>
|
||||
<string name="room_list_people_empty_title">Conversations</string>
|
||||
<string name="room_list_people_empty_body">Your direct message conversations will be displayed here. Tap the + bottom right to start some.</string>
|
||||
<string name="room_list_people_empty_body">Your direct message conversations will be displayed here. Tap the + at the bottom right to start some.</string>
|
||||
<string name="room_list_rooms_empty_title">Rooms</string>
|
||||
<string name="room_list_rooms_empty_body">Your rooms will be displayed here. Tap the + bottom right to find existing ones or start some of your own.</string>
|
||||
<string name="room_list_rooms_empty_body">Your rooms will be displayed here. Tap the + at the bottom right to find existing ones or start some of your own.</string>
|
||||
|
||||
<string name="title_activity_emoji_reaction_picker">Reactions</string>
|
||||
<string name="message_add_reaction">Add Reaction</string>
|
||||
|
|
Loading…
Reference in a new issue