diff --git a/dashboard/src/views/BackupListView.vue b/dashboard/src/views/BackupListView.vue
index 0df7d5ace..38f053c76 100644
--- a/dashboard/src/views/BackupListView.vue
+++ b/dashboard/src/views/BackupListView.vue
@@ -45,7 +45,7 @@ const columns = {
hideMobile: true,
},
target: {
- label: 'Storage',
+ label: t('backup.target.label'),
sort(a, b) {
return b.name <= a.name ? 1 : -1;
},