change: Rename tab title

This commit is contained in:
Christian Pauly 2021-04-03 12:50:04 +02:00
parent 4af930740f
commit d78bd5f66d
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ class _SearchViewState extends State<SearchView> {
vertical: 0,
),
tabs: [
Tab(child: Text(L10n.of(context).publicGroups, maxLines: 1)),
Tab(child: Text(L10n.of(context).discover, maxLines: 1)),
Tab(child: Text(L10n.of(context).chats, maxLines: 1)),
Tab(child: Text(L10n.of(context).people, maxLines: 1)),
],