File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -284,11 +284,11 @@ abstract class AppLocalizations {
284284 /// **'Advertisements'**
285285 String get advertisementsTab;
286286
287- /// Tab title for General settings
287+ /// Tab title for system settings
288288 ///
289289 /// In en, this message translates to:
290- /// **'General '**
291- String get generalTab ;
290+ /// **'System '**
291+ String get systemTab ;
292292
293293 /// Title for the User Content Limits section
294294 ///
@@ -3074,7 +3074,7 @@ abstract class AppLocalizations {
30743074 /// **'Feed Item Click Behavior'**
30753075 String get feedItemClickBehaviorTitle;
30763076
3077- /// No description provided for @feedItemClickBehaviorDescription .
3077+ /// Description for the feed item click behavior setting .
30783078 ///
30793079 /// In en, this message translates to:
30803080 /// **'Select which browser opens when a user taps on a headline in the feed.'**
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ class AppLocalizationsEn extends AppLocalizations {
114114 String get advertisementsTab => 'Advertisements' ;
115115
116116 @override
117- String get generalTab => 'General ' ;
117+ String get systemTab => 'System ' ;
118118
119119 @override
120120 String get userContentLimitsTitle => 'User Content Limits' ;
You can’t perform that action at this time.
0 commit comments