Skip to content

Commit 5e7334f

Browse files
committed
fix(discover): update source list filter page title
- Change the title text to reflect the filtering by headquarters - Update the code to use the correct localization key for the new title
1 parent 2de8e60 commit 5e7334f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/discover/view/source_list_filter_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class _SourceListFilterViewState extends State<_SourceListFilterView> {
7272

7373
return Scaffold(
7474
appBar: AppBar(
75-
title: Text(l10n.sourceListFilterPageTitle),
75+
title: Text(l10n.sourceListFilterByHeadquartersPageTitle),
7676
actions: [
7777
// The "Apply" button simply pops the page. The BLoC handles the
7878
// state change and triggers a refetch on the previous page.

0 commit comments

Comments
 (0)