diff --git a/src/components/Torrent/DashboardItems/Status.vue b/src/components/Torrent/DashboardItems/Status.vue
index 8a0b4ae9..e07af1f6 100644
--- a/src/components/Torrent/DashboardItems/Status.vue
+++ b/src/components/Torrent/DashboardItems/Status.vue
@@ -3,7 +3,7 @@
{{ $t('status') }}
-
+
{{ stateString }}
diff --git a/src/components/Torrent/DesktopCard.vue b/src/components/Torrent/DesktopCard.vue
index a8cc376e..2eee6e95 100644
--- a/src/components/Torrent/DesktopCard.vue
+++ b/src/components/Torrent/DesktopCard.vue
@@ -1,9 +1,6 @@
-
- {{ $t('torrent.torrentTitle') }}
-
{{ torrent.name }}
diff --git a/src/lang/en.js b/src/lang/en.js
index 61f9f77f..8bb7cb61 100644
--- a/src/lang/en.js
+++ b/src/lang/en.js
@@ -57,7 +57,6 @@ const locale = {
created: 'created by',
comments: 'comments',
uploadedSession: 'Uploaded Session',
- torrentTitle: 'Torrent Title',
timeActive: 'Time Active',
seededFor: 'seeded for',
last_activity: 'Last Activity'