From 5eb85dff788bdf71cc289807f9c39e6f6ab0e33a Mon Sep 17 00:00:00 2001 From: Lalit Date: Sun, 5 May 2024 20:19:21 +0530 Subject: [PATCH] ui: Rename "All messages" to "Combined feed" Fixes: #634 --- assets/l10n/app_en.arb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/l10n/app_en.arb b/assets/l10n/app_en.arb index 46a356b2d8..626f72e683 100644 --- a/assets/l10n/app_en.arb +++ b/assets/l10n/app_en.arb @@ -460,9 +460,9 @@ "@recentDmConversationsPageTitle": { "description": "Title for the page of recent DM conversations" }, - "allMessagesPageTitle": "All messages", - "@allMessagesPageTitle": { - "description": "Title for the page of all messages" + "combinedFeedPageTitle": "Combined feed", + "@combinedFeedPageTitle": { + "description": "Title for the page of combined feed." }, "notifGroupDmConversationLabel": "{senderFullName} to you and {numOthers, plural, =1{1 other} other{{numOthers} others}}", "@notifGroupDmConversationLabel": {