File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -371,7 +371,7 @@ abstract class AppLocalizations {
371371 /// Filter page label indication where the hadline event has took place
372372 ///
373373 /// In en, this message translates to:
374- /// **'Event Country'**
374+ /// **'Country of Event '**
375375 String get headlinesFeedFilterEventCountryLabel;
376376
377377 /// Filter page label indication where the headline source is located
@@ -1391,7 +1391,7 @@ abstract class AppLocalizations {
13911391 /// Snackbar message shown when user tries to apply followed filters but has none.
13921392 ///
13931393 /// In en, this message translates to:
1394- /// **'You are not following any categories or sources to apply as a filter.'**
1394+ /// **'You are not following any items to use as a filter.'**
13951395 String get noFollowedItemsForFilterSnackbar;
13961396
13971397 /// Headline for the request code page
Original file line number Diff line number Diff line change @@ -713,7 +713,7 @@ class AppLocalizationsAr extends AppLocalizations {
713713
714714 @override
715715 String get noFollowedItemsForFilterSnackbar =>
716- 'أنت لا تتابع أي فئات أو مصادر لتطبيقها كفلتر.' ;
716+ 'أنت لا تتبع أي عناصر لتطبيقها كفلتر.' ;
717717
718718 @override
719719 String get requestCodePageHeadline => 'أدخل بريدك الإلكتروني' ;
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ class AppLocalizationsEn extends AppLocalizations {
151151 String get headlinesFeedFilterSourceReuters => 'Reuters' ;
152152
153153 @override
154- String get headlinesFeedFilterEventCountryLabel => 'Event Country' ;
154+ String get headlinesFeedFilterEventCountryLabel => 'Country of Event ' ;
155155
156156 @override
157157 String get headlinesFeedFilterSourceCountryLabel => 'Source Headquarter' ;
@@ -713,7 +713,7 @@ class AppLocalizationsEn extends AppLocalizations {
713713
714714 @override
715715 String get noFollowedItemsForFilterSnackbar =>
716- 'You are not following any categories or sources to apply as a filter.' ;
716+ 'You are not following any items to use as a filter.' ;
717717
718718 @override
719719 String get requestCodePageHeadline => 'Enter Your Email' ;
Original file line number Diff line number Diff line change 926926 "@mustBeLoggedInToUseFeatureError": {
927927 "description": "Error message shown when a logged-in user is required for a feature"
928928 },
929- "noFollowedItemsForFilterSnackbar": "أنت لا تتابع أي فئات أو مصادر لتطبيقها كفلتر.",
929+ "noFollowedItemsForFilterSnackbar": "أنت لا تتبع أي عناصر لتطبيقها كفلتر.",
930930 "@noFollowedItemsForFilterSnackbar": {
931931 "description": "Snackbar message shown when user tries to apply followed filters but has none."
932932 },
Original file line number Diff line number Diff line change 186186 "@headlinesFeedFilterSourceReuters": {
187187 "description": "Filter option for Reuters source"
188188 },
189- "headlinesFeedFilterEventCountryLabel": "Event Country",
189+ "headlinesFeedFilterEventCountryLabel": "Country of Event ",
190190 "@headlinesFeedFilterEventCountryLabel": {
191191 "description": "Filter page label indication where the hadline event has took place"
192192 },
928928 "@mustBeLoggedInToUseFeatureError": {
929929 "description": "Error message shown when a logged-in user is required for a feature"
930930 },
931- "noFollowedItemsForFilterSnackbar": "You are not following any categories or sources to apply as a filter.",
931+ "noFollowedItemsForFilterSnackbar": "You are not following any items to use as a filter.",
932932 "@noFollowedItemsForFilterSnackbar": {
933933 "description": "Snackbar message shown when user tries to apply followed filters but has none."
934934 },
You can’t perform that action at this time.
0 commit comments