Skip to content

Commit

Permalink
Merge pull request #6132 from jtbx/patch-1
Browse files Browse the repository at this point in the history
Fixed grammar in 2 English strings
  • Loading branch information
bmarty authored May 30, 2022
2 parents 5de6771 + 3b1a7f9 commit 483b1ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog.d/6132.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed grammar errors in /vector/src/main/res/values/strings.xml
4 changes: 2 additions & 2 deletions vector/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 483b1ab

Please sign in to comment.