diff --git a/frontend/src/views/chart/components/drag-item/QuotaExtItem.vue b/frontend/src/views/chart/components/drag-item/QuotaExtItem.vue
index c0eafab34f..003187f7e9 100644
--- a/frontend/src/views/chart/components/drag-item/QuotaExtItem.vue
+++ b/frontend/src/views/chart/components/drag-item/QuotaExtItem.vue
@@ -14,7 +14,7 @@
{{ item.name }}
- {{ $t('chart.' + item.summary) }}-{{ $t('chart.' + item.compareCalc.type) }}
+ {{ $t('chart.' + item.summary) }}-{{ $t('chart.' + item.compareCalc.type) }}
@@ -33,7 +33,7 @@
{{ item.name }}
- {{ $t('chart.' + item.summary) }}-{{ $t('chart.' + item.compareCalc.type) }}
+ {{ $t('chart.' + item.summary) }}-{{ $t('chart.' + item.compareCalc.type) }}
diff --git a/frontend/src/views/chart/components/drag-item/QuotaItem.vue b/frontend/src/views/chart/components/drag-item/QuotaItem.vue
index 00115509cb..3851e35ab4 100644
--- a/frontend/src/views/chart/components/drag-item/QuotaItem.vue
+++ b/frontend/src/views/chart/components/drag-item/QuotaItem.vue
@@ -14,7 +14,7 @@
{{ item.name }}
- {{ $t('chart.' + item.summary) }}-{{ $t('chart.' + item.compareCalc.type) }}
+ {{ $t('chart.' + item.summary) }}-{{ $t('chart.' + item.compareCalc.type) }}
@@ -33,7 +33,7 @@
{{ item.name }}
- {{ $t('chart.' + item.summary) }}-{{ $t('chart.' + item.compareCalc.type) }}
+ {{ $t('chart.' + item.summary) }}-{{ $t('chart.' + item.compareCalc.type) }}