mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-01-12 02:32:54 +01:00
change: Rename tab title
This commit is contained in:
parent
4af930740f
commit
d78bd5f66d
@ -210,7 +210,7 @@ class _SearchViewState extends State<SearchView> {
|
|||||||
vertical: 0,
|
vertical: 0,
|
||||||
),
|
),
|
||||||
tabs: [
|
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).chats, maxLines: 1)),
|
||||||
Tab(child: Text(L10n.of(context).people, maxLines: 1)),
|
Tab(child: Text(L10n.of(context).people, maxLines: 1)),
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user