diff --git a/report_cards_structure/CompoundReportCardGenerator.js b/report_cards_structure/CompoundReportCardGenerator.js
index 1ef64a69fe43ec056301cfe79d908ae1ced9fb9c..c9d48eae4809b2d5ee160e763788900aaa6c0e15 100644
--- a/report_cards_structure/CompoundReportCardGenerator.js
+++ b/report_cards_structure/CompoundReportCardGenerator.js
@@ -10,7 +10,8 @@ import EntityNames from '~/web-components-submodule/standardisation/EntityNames.
 const methods = {
   generateReportCardStructure(itemID, prefName) {
     return {
-      title: `${EntityNames.EubopenCompound.singularEntityName} ${prefName}`,
+      title: prefName,
+      entityName: EntityNames.EubopenCompound.singularEntityName,
       sections: [
         {
           id: 'Summary',
diff --git a/report_cards_structure/TargetReportCardGenerator.js b/report_cards_structure/TargetReportCardGenerator.js
index 4da3b3613bf92ee6edb14ada60084823bc2e82a5..5d5f69ad83d503221ed13c751d9e059b414dcbec 100644
--- a/report_cards_structure/TargetReportCardGenerator.js
+++ b/report_cards_structure/TargetReportCardGenerator.js
@@ -6,7 +6,8 @@ import TargetCrystalStructures from '~/components/report_cards/target/TargetCrys
 const methods = {
   generateReportCardStructure(itemID, prefName) {
     return {
-      title: `${EntityNames.EubopenTarget.singularEntityName} ${prefName}`,
+      title: prefName,
+      entityName: EntityNames.EubopenTarget.singularEntityName,
       sections: [
         {
           id: 'NameAndClassification',
diff --git a/web-components-submodule b/web-components-submodule
index 04914c60725d9fbb0934065001e1dc07bf7e59d5..924e19dc1a9cb117680d35da4fed584484bd2ef4 160000
--- a/web-components-submodule
+++ b/web-components-submodule
@@ -1 +1 @@
-Subproject commit 04914c60725d9fbb0934065001e1dc07bf7e59d5
+Subproject commit 924e19dc1a9cb117680d35da4fed584484bd2ef4