From b131848b722c7df18d59f4c71e1d7cdedfd07f3b Mon Sep 17 00:00:00 2001 From: Jeremy Date: Tue, 24 May 2022 14:12:49 +1200 Subject: [PATCH 1/2] Fix grammar in strings in strings.xml `room_list_people_empty_body` and `room_list_rooms_empty_body` --- vector/src/main/res/values/strings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vector/src/main/res/values/strings.xml b/vector/src/main/res/values/strings.xml index 63d4730dc5..24e984a6bc 100644 --- a/vector/src/main/res/values/strings.xml +++ b/vector/src/main/res/values/strings.xml @@ -1584,9 +1584,9 @@ You’re all caught up! You have no more unread messages Conversations - Your direct message conversations will be displayed here. Tap the + bottom right to start some. + Your direct message conversations will be displayed here. Tap the + at the bottom right to start some. Rooms - Your rooms will be displayed here. Tap the + bottom right to find existing ones or start some of your own. + Your rooms will be displayed here. Tap the + at the bottom right to find existing ones or start some of your own. Reactions Add Reaction From 3b1a7f93cbad810000b4a13d65dc94301989c7ae Mon Sep 17 00:00:00 2001 From: Jeremy Date: Tue, 24 May 2022 14:40:13 +1200 Subject: [PATCH 2/2] Create 6132.misc --- changelog.d/6132.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/6132.misc diff --git a/changelog.d/6132.misc b/changelog.d/6132.misc new file mode 100644 index 0000000000..4bcfb224ef --- /dev/null +++ b/changelog.d/6132.misc @@ -0,0 +1 @@ +Fixed grammar errors in /vector/src/main/res/values/strings.xml