From 38dd8522a5662d88800e6a3a6f19937dc3423e32 Mon Sep 17 00:00:00 2001 From: Kelrap Date: Thu, 12 Jun 2025 10:38:29 -0400 Subject: [PATCH] Removed reference to button that no longer shows in prompt when user is not in any rooms --- lib/l10n/intl_en.arb | 3 ++- lib/pages/chat_list/chat_list_body.dart | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/l10n/intl_en.arb b/lib/l10n/intl_en.arb index f135f5622..50166f59f 100644 --- a/lib/l10n/intl_en.arb +++ b/lib/l10n/intl_en.arb @@ -5015,5 +5015,6 @@ "groupChat": "Group Chat", "directMessage": "Direct Message", "newDirectMessage": "New direct message", - "speakingExercisesTooltip": "Speaking practice" + "speakingExercisesTooltip": "Speaking practice", + "noChatsFoundHereYet": "No chats found here yet" } \ 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 969f5ec55..9f8c2d745 100644 --- a/lib/pages/chat_list/chat_list_body.dart +++ b/lib/pages/chat_list/chat_list_body.dart @@ -246,7 +246,7 @@ class ChatListViewBody extends StatelessWidget { padding: const EdgeInsets.all(16.0), child: Text( client.rooms.isEmpty - ? L10n.of(context).noChatsFoundHere + ? L10n.of(context).noChatsFoundHereYet : L10n.of(context).noMoreChatsFound, textAlign: TextAlign.center, style: TextStyle(