Skip to content

Commit 9c4c5bd

Browse files
committed
fix(localization): update misleading label in source filter page
- Replace 'headlinesFeedFilterCountryLabel' with 'headlinesFeedFilterSourceCountryLabel' - This change improves the accuracy of the label, making it clearer that it refers specifically to the source's country
1 parent 08d9a78 commit 9c4c5bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/headlines-feed/view/source_filter_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ class _SourceFilterView extends StatelessWidget {
162162
crossAxisAlignment: CrossAxisAlignment.start,
163163
children: [
164164
Text(
165-
l10n.headlinesFeedFilterCountryLabel,
165+
l10n.headlinesFeedFilterSourceCountryLabel,
166166
style: textTheme.titleMedium?.copyWith(fontWeight: FontWeight.bold),
167167
),
168168
const SizedBox(height: AppSpacing.sm),

0 commit comments

Comments
 (0)