diff --git a/InvenTree/templates/js/translated/part.js b/InvenTree/templates/js/translated/part.js index 7780783c4f..6e8ef038e6 100644 --- a/InvenTree/templates/js/translated/part.js +++ b/InvenTree/templates/js/translated/part.js @@ -2230,6 +2230,9 @@ function loadPartCategoryTable(table, options) { treeShowField: 'name', parentIdField: tree_view ? 'parent' : null, method: 'get', + formatNoMatches: function() { + return '{% trans "No subcategories found" %}'; + }, url: options.url || '{% url "api-part-category-list" %}', queryParams: filters, disablePagination: tree_view,