diff --git a/td.vue/src/components/GraphMeta.vue b/td.vue/src/components/GraphMeta.vue
index e90c55a70..6c605686c 100644
--- a/td.vue/src/components/GraphMeta.vue
+++ b/td.vue/src/components/GraphMeta.vue
@@ -51,13 +51,21 @@
-
-
- {{ $t('threats.newThreatByType') }}
+
+
+ {{ $t('threats.newThreatByType') }}
-
-
- {{ $t('threats.newThreatByContext') }}
+
+
+ {{ $t('threats.newThreatByContext') }}
diff --git a/td.vue/src/components/GraphThreats.vue b/td.vue/src/components/GraphThreats.vue
index 512012bf8..6c61f0045 100644
--- a/td.vue/src/components/GraphThreats.vue
+++ b/td.vue/src/components/GraphThreats.vue
@@ -3,7 +3,8 @@
- #{{ number }} {{ title || 'Unknown Threat' }}
+ #{{ number }} {{ title || 'Unknown Threat' }}
+ {{ title || 'Unknown Threat' }}
diff --git a/td.vue/src/components/ThreatSuggestDialog.vue b/td.vue/src/components/ThreatSuggestDialog.vue
index fd37dd7f5..4e49148d3 100644
--- a/td.vue/src/components/ThreatSuggestDialog.vue
+++ b/td.vue/src/components/ThreatSuggestDialog.vue
@@ -155,13 +155,13 @@