mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-27 14:59:29 +01:00
chore: Follow up start chat label
This commit is contained in:
parent
4680a1c507
commit
bb74754851
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user