diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json
index c50e2792e..31892587f 100644
--- a/src/i18n/locales/en.json
+++ b/src/i18n/locales/en.json
@@ -437,8 +437,8 @@
"component_device": "Device",
"component_firmware": "Firmware",
"component_file": "File",
- "component_source": "Component source",
- "component_source_desc": "An indicator about whether a component is considered internal to an organization or external / public",
+ "component_classification": "Classification",
+ "component_classification_desc": "Classifies whether a component is considered internal or external to an organization",
"dates": "Dates",
"owasp_rr": "OWASP Risk Rating",
"owasp_rr_likelihood_score": "OWASP RR Likelihood score",
diff --git a/src/views/portfolio/projects/Component.vue b/src/views/portfolio/projects/Component.vue
index d89266852..dfcc07ea3 100644
--- a/src/views/portfolio/projects/Component.vue
+++ b/src/views/portfolio/projects/Component.vue
@@ -10,7 +10,7 @@