Skip to content

Commit 329fbf0

Browse files
committed
fix(account): update followed countries title text
- Replace 'l10n.accountFollowedCountriesTile' with 'l10n.headlinesFeedFilterCountryLabel' - This change ensures the correct and consistent label is displayed for the followed countries section
1 parent 3d3e9e9 commit 329fbf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/account/view/manage_followed_items/manage_followed_items_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class ManageFollowedItemsPage extends StatelessWidget {
6565
color: colorScheme.primary,
6666
),
6767
title: Text(
68-
l10n.accountFollowedCountriesTile,
68+
l10n.headlinesFeedFilterCountryLabel,
6969
style: textTheme.titleMedium,
7070
),
7171
trailing: const Icon(Icons.chevron_right),

0 commit comments

Comments
 (0)