From d78bd5f66d6a7a6ad32804e9c32167d5d3b69a0b Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Sat, 3 Apr 2021 12:50:04 +0200 Subject: [PATCH] change: Rename tab title --- lib/views/search_view.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/views/search_view.dart b/lib/views/search_view.dart index bad789a0..1e48c3e0 100644 --- a/lib/views/search_view.dart +++ b/lib/views/search_view.dart @@ -210,7 +210,7 @@ class _SearchViewState extends State { 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)), ],