diff --git a/src/components/charts/PieTable.vue b/src/components/charts/PieTable.vue index 1223ff93..bec659d3 100644 --- a/src/components/charts/PieTable.vue +++ b/src/components/charts/PieTable.vue @@ -117,7 +117,7 @@ export default { expandRowKeys: [], tableTitles: [ { - label: this.$t('common.domain'), + label: this.$t('overall.domain'), prop: 'domain', width: '20%' }, @@ -127,44 +127,44 @@ export default { width: '22%' }, { - label: this.$t('common.sessions'), + label: this.$t('overall.sessions'), prop: 'sessions', width: '18%' }, { - label: this.$t('common.packets'), + label: this.$t('overall.packets'), prop: 'packets', width: '18%' }, { - label: this.$t('common.bytes'), + label: this.$t('overall.bytes'), prop: 'bytes', width: '18%' } ], tableTitlesOther: [ { - label: this.$t('common.serverIp'), + label: this.$t('overall.serverIp'), prop: 'serverIp', width: '20%' }, { - label: this.$t('common.reputation'), + label: this.$t('overall.reputation'), prop: 'nameColumn', width: '22%' }, { - label: this.$t('common.sessions'), + label: this.$t('overall.sessions'), prop: 'sessions', width: '18%' }, { - label: this.$t('common.packets'), + label: this.$t('overall.packets'), prop: 'packets', width: '18%' }, { - label: this.$t('common.bytes'), + label: this.$t('overall.bytes'), prop: 'bytes', width: '18%' } diff --git a/src/components/charts/StatisticsLegend.vue b/src/components/charts/StatisticsLegend.vue index b4e342e1..e6661b0d 100644 --- a/src/components/charts/StatisticsLegend.vue +++ b/src/components/charts/StatisticsLegend.vue @@ -7,7 +7,7 @@