@@ -290,13 +290,13 @@ abstract class AppLocalizations {
290290 /// **'General'**
291291 String get generalTab;
292292
293- /// Title for the User Content & Feed Limits section
293+ /// Title for the User Content Limits section
294294 ///
295295 /// In en, this message translates to:
296- /// **'User Content & Feed Limits'**
296+ /// **'User Content Limits'**
297297 String get userContentLimitsTitle;
298298
299- /// Description for the User Content & Feed Limits section
299+ /// Description for the User Content Limits section
300300 ///
301301 /// In en, this message translates to:
302302 /// **'Set limits on followed items and saved headlines for each user tier.'**
@@ -1568,17 +1568,17 @@ abstract class AppLocalizations {
15681568 /// **'Maximum number of countries, news sources, or categories this user role can follow (each type has its own limit).'**
15691569 String get followedItemsLimitDescription;
15701570
1571- /// Label for Saved Headlines Limit
1571+ /// Label for Saved filters Limits
15721572 ///
15731573 /// In en, this message translates to:
1574- /// **'Saved Headlines Limit '**
1575- String get savedHeadlinesLimitLabel ;
1574+ /// **'Saved Filters Limits '**
1575+ String get savedFeedFiltersLimitLabel ;
15761576
15771577 /// Description for Saved Headlines Limit
15781578 ///
15791579 /// In en, this message translates to:
1580- /// **'Maximum number of headlines this user role can save.'**
1581- String get savedHeadlinesLimitDescription ;
1580+ /// **'Maximum number of feed filters this user role can save.'**
1581+ String get savedFeedFiltersLimitDescription ;
15821582
15831583 /// Label for Ad Frequency
15841584 ///
@@ -1592,17 +1592,17 @@ abstract class AppLocalizations {
15921592 /// **'How often an ad can appear for this user role (e.g., a value of 5 means an ad could be placed after every 5 news items).'**
15931593 String get adFrequencyDescription;
15941594
1595- /// Description for the Saved Headlines Filter Limits section
1595+ /// Title for the Saved Feed Filter Limits section
15961596 ///
15971597 /// In en, this message translates to:
1598- /// **'Set limits on the number of saved headlines filters for each user tier. '**
1599- String get savedHeadlinesFilterLimitsDescription ;
1598+ /// **'Saved Filter Limits '**
1599+ String get savedFeedFilterLimitsTitle ;
16001600
1601- /// Title for the Saved Headlines Filter Limits section
1601+ /// Description for the Saved Headlines Filter Limits section
16021602 ///
16031603 /// In en, this message translates to:
1604- /// **'Saved Headlines Filter Limits '**
1605- String get savedHeadlinesFilterLimitsTitle ;
1604+ /// **'Set limits on the number of saved feed filters for each user tier. '**
1605+ String get savedFeedFilterLimitsDescription ;
16061606
16071607 /// Label for Ad Placement Interval
16081608 ///
0 commit comments