diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json
index 52d98db0..94e1c719 100644
--- a/src/i18n/locales/en.json
+++ b/src/i18n/locales/en.json
@@ -152,7 +152,7 @@
"preorders will be cancelled. This action cannot be undone.": "{count} preorders will be cancelled. This action cannot be undone.",
"Products": "Products",
"Product details": "Product details",
- "Product summary": "Product summary",
+ "Product audit": "Product audit",
"Product cannot be pre-sold because it does not have active purchase orders": "Product cannot be pre-sold because it does not have active purchase orders",
"Product has been accepting from against PO #": "Product has been accepting {category}s from {fromDate} against PO #${POID}",
"Product is eligible for but not added to the category": "Product is eligible for {category}s but not added to the {category} category",
diff --git a/src/views/catalog-product-details.vue b/src/views/catalog-product-details.vue
index 2b157eda..072fd5fe 100644
--- a/src/views/catalog-product-details.vue
+++ b/src/views/catalog-product-details.vue
@@ -5,7 +5,7 @@
- {{ $t("Product summary") }}
+ {{ $t("Product audit") }}