We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80435cc commit 606d490Copy full SHA for 606d490
lib/app_configuration/view/tabs/feed_configuration_tab.dart
@@ -92,8 +92,8 @@ class _FeedConfigurationTabState extends State<FeedConfigurationTab> {
92
builder: (context, expandedIndex, child) {
93
const tileIndex = 1;
94
return ExpansionTile(
95
- key: ValueKey('savedHeadlinesFilterLimitsTile_$expandedIndex'),
96
- title: Text(l10n.savedFeedFilterLimitsTitle),
+ key: ValueKey('savedFeedFilterLimitsTile_$expandedIndex'),
+ title: Text(l10n.savedFeedFiltersLimitLabel),
97
childrenPadding: const EdgeInsetsDirectional.only(
98
start: AppSpacing.lg,
99
top: AppSpacing.md,
0 commit comments