diff --git a/src/views/charts2/charts/npm/NpmTrafficLine.vue b/src/views/charts2/charts/npm/NpmTrafficLine.vue
index 6fd47c95..aa49206d 100644
--- a/src/views/charts2/charts/npm/NpmTrafficLine.vue
+++ b/src/views/charts2/charts/npm/NpmTrafficLine.vue
@@ -13,7 +13,7 @@
:popper-append-to-body="false"
@change="metricChange"
>
-
+
@@ -86,23 +86,23 @@ export default {
},
{
value: 'establishLatencyMs',
- label: 'networkAppPerformance.tcpConnectionEstablishLatency'
+ label: this.$t('networkAppPerformance.tcpConnectionEstablishLatency')
},
{
value: 'httpResponseLatency',
- label: 'networkAppPerformance.httpResponse'
+ label: this.$t('networkAppPerformance.httpResponse')
},
{
value: 'sslConLatency',
- label: 'networkAppPerformance.sslResponseLatency'
+ label: this.$t('networkAppPerformance.sslResponseLatency')
},
{
value: 'tcpLostlenPercent',
- label: 'networkAppPerformance.packetLoss'
+ label: this.$t('networkAppPerformance.packetLoss')
},
{
value: 'pktRetransPercent',
- label: 'overall.packetRetrans'
+ label: this.$t('overall.packetRetrans')
}
],
npmShowType: 'Bits/s'