diff --git a/frontend/src/views/reports/ReportsIndex.vue b/frontend/src/views/reports/ReportsIndex.vue
index d7ccdaa..43908d4 100644
--- a/frontend/src/views/reports/ReportsIndex.vue
+++ b/frontend/src/views/reports/ReportsIndex.vue
@@ -113,7 +113,7 @@
- | Equipment Type |
+ Machine Type |
Description |
Count |
diff --git a/shopdb/core/api/reports.py b/shopdb/core/api/reports.py
index a08930c..0852eb7 100644
--- a/shopdb/core/api/reports.py
+++ b/shopdb/core/api/reports.py
@@ -509,8 +509,8 @@ def list_reports():
reports = [
{
'id': 'equipment-by-type',
- 'name': 'Equipment by Type',
- 'description': 'Equipment count grouped by equipment type',
+ 'name': 'Machines by Type',
+ 'description': 'Machine count grouped by machine type',
'endpoint': '/api/reports/equipment-by-type',
'category': 'inventory'
},