Skip to content

Commit 1881bb2

Browse files
committed
perf: refine headlines filter follow label
- Update Arabic label to "تطبيق العناصر التي أتابعها كمرشحات" - Update English label to "Apply my followed items as filters"
1 parent cd1db1e commit 1881bb2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

lib/l10n/app_localizations.dart

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

lib/l10n/app_localizations_ar.dart

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

lib/l10n/app_localizations_en.dart

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

lib/l10n/arb/app_ar.arb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@
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
},

lib/l10n/arb/app_en.arb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@
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
},

0 commit comments

Comments
 (0)