chore: update space icon and practice instruction copy (#2585)
This commit is contained in:
parent
c1e81ac5f8
commit
b7f06ad5f5
2 changed files with 5 additions and 2 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue