@commercetools-frontend-extensions/change-history 8.37.0 → 8.38.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -345,15 +345,15 @@ var en = {
345
345
  },
346
346
  "ChangeHistory.list.search.noResultsSuggestion1": {
347
347
  developer_comment: "One of suggestions when no results are found.",
348
- string: "Check the spelling, search by entering the exact value."
348
+ string: "Check the date range applied. Premium users can access up to 3 years of historical data. Basic accounts are limited to the past year."
349
349
  },
350
350
  "ChangeHistory.list.search.noResultsSuggestion2": {
351
351
  developer_comment: "One of suggestions when no results are found.",
352
- string: "Use the filter to search for further values."
352
+ string: "Check the spelling on any text filters applied."
353
353
  },
354
354
  "ChangeHistory.list.search.noResultsTitle": {
355
355
  developer_comment: "Message for no search result for change history.",
356
- string: "There are no results that match your search and/or filter combination."
356
+ string: "There are no results that match your filter combination."
357
357
  },
358
358
  "ChangeHistory.list.searchInputPlaceholder": {
359
359
  developer_comment: "Placeholder for search input",
@@ -2185,7 +2185,7 @@ var en = {
2185
2185
  },
2186
2186
  "ResourceCell.tooltipTitle": {
2187
2187
  developer_comment: "Label for the filter tooltip",
2188
- string: "Entity's change log"
2188
+ string: "Quick filter on entity ID"
2189
2189
  },
2190
2190
  "ResourcePreview.AssociateRole.assignableFalseLabel": {
2191
2191
  developer_comment: "Label associate role field buyer assignable false",
@@ -343,15 +343,15 @@ var en = {
343
343
  },
344
344
  "ChangeHistory.list.search.noResultsSuggestion1": {
345
345
  developer_comment: "One of suggestions when no results are found.",
346
- string: "Check the spelling, search by entering the exact value."
346
+ string: "Check the date range applied. Premium users can access up to 3 years of historical data. Basic accounts are limited to the past year."
347
347
  },
348
348
  "ChangeHistory.list.search.noResultsSuggestion2": {
349
349
  developer_comment: "One of suggestions when no results are found.",
350
- string: "Use the filter to search for further values."
350
+ string: "Check the spelling on any text filters applied."
351
351
  },
352
352
  "ChangeHistory.list.search.noResultsTitle": {
353
353
  developer_comment: "Message for no search result for change history.",
354
- string: "There are no results that match your search and/or filter combination."
354
+ string: "There are no results that match your filter combination."
355
355
  },
356
356
  "ChangeHistory.list.searchInputPlaceholder": {
357
357
  developer_comment: "Placeholder for search input",
@@ -2183,7 +2183,7 @@ var en = {
2183
2183
  },
2184
2184
  "ResourceCell.tooltipTitle": {
2185
2185
  developer_comment: "Label for the filter tooltip",
2186
- string: "Entity's change log"
2186
+ string: "Quick filter on entity ID"
2187
2187
  },
2188
2188
  "ResourcePreview.AssociateRole.assignableFalseLabel": {
2189
2189
  developer_comment: "Label associate role field buyer assignable false",
@@ -345,15 +345,15 @@ var en = {
345
345
  },
346
346
  "ChangeHistory.list.search.noResultsSuggestion1": {
347
347
  developer_comment: "One of suggestions when no results are found.",
348
- string: "Check the spelling, search by entering the exact value."
348
+ string: "Check the date range applied. Premium users can access up to 3 years of historical data. Basic accounts are limited to the past year."
349
349
  },
350
350
  "ChangeHistory.list.search.noResultsSuggestion2": {
351
351
  developer_comment: "One of suggestions when no results are found.",
352
- string: "Use the filter to search for further values."
352
+ string: "Check the spelling on any text filters applied."
353
353
  },
354
354
  "ChangeHistory.list.search.noResultsTitle": {
355
355
  developer_comment: "Message for no search result for change history.",
356
- string: "There are no results that match your search and/or filter combination."
356
+ string: "There are no results that match your filter combination."
357
357
  },
358
358
  "ChangeHistory.list.searchInputPlaceholder": {
359
359
  developer_comment: "Placeholder for search input",
@@ -2185,7 +2185,7 @@ var en = {
2185
2185
  },
2186
2186
  "ResourceCell.tooltipTitle": {
2187
2187
  developer_comment: "Label for the filter tooltip",
2188
- string: "Entity's change log"
2188
+ string: "Quick filter on entity ID"
2189
2189
  },
2190
2190
  "ResourcePreview.AssociateRole.assignableFalseLabel": {
2191
2191
  developer_comment: "Label associate role field buyer assignable false",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-frontend-extensions/change-history",
3
3
  "description": "Change history shared components and utilities",
4
- "version": "8.37.0",
4
+ "version": "8.38.0",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
7
7
  "access": "public"