change: Rename tab title
This commit is contained in:
parent
f2c0256ffa
commit
32caaa719f
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue