From b7f06ad5f5d7f500d48a7ec27e5e0699d69a1b6c Mon Sep 17 00:00:00 2001 From: ggurdin <46800240+ggurdin@users.noreply.github.com> Date: Tue, 29 Apr 2025 14:28:17 -0400 Subject: [PATCH] chore: update space icon and practice instruction copy (#2585) --- assets/l10n/intl_en.arb | 2 +- lib/pages/chat_list/chat_list_body.dart | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/assets/l10n/intl_en.arb b/assets/l10n/intl_en.arb index fa9d2296f..541e2b8a7 100644 --- a/assets/l10n/intl_en.arb +++ b/assets/l10n/intl_en.arb @@ -4878,5 +4878,5 @@ "newGrammar": "New grammar concepts", "congratulationsOnReaching": "Congratulations on reaching ", "seeDetails": "See Details", - "choosePracticeMode": "Choose a practice mode" + "choosePracticeMode": "Click on one of the buttons above to start a practice activity" } \ No newline at end of file diff --git a/lib/pages/chat_list/chat_list_body.dart b/lib/pages/chat_list/chat_list_body.dart index 1efcf48f3..005f46179 100644 --- a/lib/pages/chat_list/chat_list_body.dart +++ b/lib/pages/chat_list/chat_list_body.dart @@ -100,7 +100,10 @@ class ChatListViewBody extends StatelessWidget { // Pangea# SearchTitle( title: L10n.of(context).publicSpaces, - icon: const Icon(Icons.workspaces_outlined), + // #Pangea + // icon: const Icon(Icons.workspaces_outlined), + icon: const Icon(Icons.groups_outlined), + // Pangea# ), PublicRoomsHorizontalList(publicRooms: publicSpaces), SearchTitle(