Skip to content

Commit 482cee3

Browse files
fix: Store settings names consistency (#156)
1 parent 93fb9c4 commit 482cee3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/VirtoCommerce.InventoryModule.Web/Localizations/en.VirtoCommerce.Inventory.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,18 +100,18 @@
100100
"settings": {
101101
"Inventory": {
102102
"ExportImport.PageSize": {
103-
"description": "Providing high values may lead to slow performance",
104-
"title": "Page size being used for export / import"
103+
"description": "Specify the number of items per export or import page. Higher values may slow performance",
104+
"title": "Export/ import page size"
105105
},
106106
"LogInventoryChanges": {
107-
"title": "Log inventory changes",
108-
"description": "Log product stock changes into the platform operation log. This may affect the database size if the product stock is changed often"
107+
"title": "Inventory change logging",
108+
"description": "Logs product stock changes to the operation log. Frequent updates may increase database size"
109109
},
110110
"Search": {
111111
"EventBasedIndexation": {
112112
"Enable": {
113-
"title": "Enable event-based indexing for inventory entities",
114-
"description": "Any change to an inventory entity triggers a background task that applies these changes to the search index"
113+
"title": "Event-based inventory indexing",
114+
"description": "Enable/ disable automatic reindexing when inventory data changes"
115115
}
116116
}
117117
}

0 commit comments

Comments
 (0)