Skip to content

Commit e638a7a

Browse files
committed
build(l10n): generate
1 parent ed66b85 commit e638a7a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

lib/l10n/app_localizations.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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.'**

lib/l10n/app_localizations_en.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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';

0 commit comments

Comments
 (0)