chore: Follow up start chat label

This commit is contained in:
Krille Fear 2022-12-25 11:04:22 +01:00
parent 4680a1c507
commit bb74754851
1 changed files with 1 additions and 1 deletions

View File

@ -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: