File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1379,7 +1379,7 @@ abstract class AppLocalizations {
13791379 /// Label for the checkbox to apply followed items as filters
13801380 ///
13811381 /// In en, this message translates to:
1382- /// **'Apply my followed categories & sources '**
1382+ /// **'Apply my followed items as filters '**
13831383 String get headlinesFeedFilterApplyFollowedLabel;
13841384
13851385 /// Error message shown when a logged-in user is required for a feature
Original file line number Diff line number Diff line change @@ -705,7 +705,7 @@ class AppLocalizationsAr extends AppLocalizations {
705705
706706 @override
707707 String get headlinesFeedFilterApplyFollowedLabel =>
708- 'تطبيق الفئات والمصادر المتابَعة ' ;
708+ 'تطبيق العناصر التي أتابعها كمرشحات. ' ;
709709
710710 @override
711711 String get mustBeLoggedInToUseFeatureError =>
Original file line number Diff line number Diff line change @@ -705,7 +705,7 @@ class AppLocalizationsEn extends AppLocalizations {
705705
706706 @override
707707 String get headlinesFeedFilterApplyFollowedLabel =>
708- 'Apply my followed categories & sources ' ;
708+ 'Apply my followed items as filters ' ;
709709
710710 @override
711711 String get mustBeLoggedInToUseFeatureError =>
Original file line number Diff line number Diff line change 918918 "@headlinesSectionTitle": {
919919 "description": "Title for the headlines section on details page"
920920 },
921- "headlinesFeedFilterApplyFollowedLabel": "تطبيق الفئات والمصادر المتابَعة ",
921+ "headlinesFeedFilterApplyFollowedLabel": "تطبيق العناصر التي أتابعها كمرشحات. ",
922922 "@headlinesFeedFilterApplyFollowedLabel": {
923923 "description": "Label for the checkbox to apply followed items as filters"
924924 },
Original file line number Diff line number Diff line change 920920 "@headlinesSectionTitle": {
921921 "description": "Title for the headlines section on details page"
922922 },
923- "headlinesFeedFilterApplyFollowedLabel": "Apply my followed categories & sources ",
923+ "headlinesFeedFilterApplyFollowedLabel": "Apply my followed items as filters ",
924924 "@headlinesFeedFilterApplyFollowedLabel": {
925925 "description": "Label for the checkbox to apply followed items as filters"
926926 },
You can’t perform that action at this time.
0 commit comments