Skip to content

Commit 908c7a6

Browse files
committed
fix(l10n): complete migration of category to topic in descriptions
Updates the remaining user-facing description strings in `app_en.arb` to replace "categories" with "topics". This ensures the localization file is fully consistent with the application's data model.
1 parent 91bdc3d commit 908c7a6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/l10n/arb/app_en.arb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"@contentManagement": {
9494
"description": "Label for the content management navigation item"
9595
},
96-
"contentManagementPageDescription": "Manage news headlines, categories, and sources for the Dashboard.",
96+
"contentManagementPageDescription": "Manage news headlines, topics, and sources for the Dashboard.",
9797
"@contentManagementPageDescription": {
9898
"description": "Description for the Content Management page"
9999
},
@@ -202,7 +202,7 @@
202202
"@confirmSaveButton": {
203203
"description": "Confirm save button label in dialog"
204204
},
205-
"userContentLimitsDescription": "These settings define the maximum number of countries, news sources, categories, and saved headlines a user can follow or save. Limits vary by user type (Guest, Standard, Premium) and directly impact what content users can curate.",
205+
"userContentLimitsDescription": "These settings define the maximum number of countries, news sources, topics, and saved headlines a user can follow or save. Limits vary by user type (Guest, Standard, Premium) and directly impact what content users can curate.",
206206
"@userContentLimitsDescription": {
207207
"description": "Description for User Content Limits section"
208208
},
@@ -222,7 +222,7 @@
222222
"@guestFollowedItemsLimitLabel": {
223223
"description": "Label for Guest Followed Items Limit"
224224
},
225-
"guestFollowedItemsLimitDescription": "Maximum number of countries, news sources, or categories a Guest user can follow (each type has its own limit).",
225+
"guestFollowedItemsLimitDescription": "Maximum number of countries, news sources, or topics a Guest user can follow (each type has its own limit).",
226226
"@guestFollowedItemsLimitDescription": {
227227
"description": "Description for Guest Followed Items Limit"
228228
},
@@ -238,7 +238,7 @@
238238
"@standardUserFollowedItemsLimitLabel": {
239239
"description": "Label for Standard User Followed Items Limit"
240240
},
241-
"standardUserFollowedItemsLimitDescription": "Maximum number of countries, news sources, or categories a Standard user can follow (each type has its own limit).",
241+
"standardUserFollowedItemsLimitDescription": "Maximum number of countries, news sources, or topics a Standard user can follow (each type has its own limit).",
242242
"@standardUserFollowedItemsLimitDescription": {
243243
"description": "Description for Standard User Followed Items Limit"
244244
},
@@ -254,7 +254,7 @@
254254
"@premiumFollowedItemsLimitLabel": {
255255
"description": "Label for Premium Followed Items Limit"
256256
},
257-
"premiumFollowedItemsLimitDescription": "Maximum number of countries, news sources, or categories a Premium user can follow (each type has its own limit).",
257+
"premiumFollowedItemsLimitDescription": "Maximum number of countries, news sources, or topics a Premium user can follow (each type has its own limit).",
258258
"@premiumFollowedItemsLimitDescription": {
259259
"description": "Description for Premium Followed Items Limit"
260260
},

0 commit comments

Comments
 (0)