From 3898c5e4e510f4e43555c7e904656e9ad633e205 Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Sun, 25 Dec 2022 11:04:22 +0100 Subject: [PATCH] chore: Follow up start chat label --- lib/pages/chat_list/start_chat_fab.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/chat_list/start_chat_fab.dart b/lib/pages/chat_list/start_chat_fab.dart index f7ef3d7fa..033ceb403 100644 --- a/lib/pages/chat_list/start_chat_fab.dart +++ b/lib/pages/chat_list/start_chat_fab.dart @@ -42,7 +42,7 @@ class StartChatFloatingActionButton extends StatelessWidget { switch (controller.activeFilter) { case ActiveFilter.allChats: case ActiveFilter.messages: - return L10n.of(context)!.start; + return L10n.of(context)!.newChat; case ActiveFilter.groups: return L10n.of(context)!.newGroup; case ActiveFilter.spaces: