chore: Follow up start chat label
This commit is contained in:
parent
135ed4fb17
commit
3898c5e4e5
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue