diff --git a/lang/main.json b/lang/main.json index bdd910b61..e5c31c2ee 100644 --- a/lang/main.json +++ b/lang/main.json @@ -89,7 +89,6 @@ "localport_plural": "Local ports:", "more": "Show more", "packetloss": "Packet loss:", - "peer_to_peer": " (p2p)", "quality": { "good": "Good", "inactive": "Inactive", @@ -104,8 +103,7 @@ "resolution": "Resolution:", "status": "Connection:", "transport": "Transport:", - "transport_plural": "Transports:", - "turn": " (turn)" + "transport_plural": "Transports:" }, "dateUtils": { "earlier": "Earlier", diff --git a/react/features/connection-stats/components/ConnectionStatsTable.js b/react/features/connection-stats/components/ConnectionStatsTable.js index 04e58feeb..581515b28 100644 --- a/react/features/connection-stats/components/ConnectionStatsTable.js +++ b/react/features/connection-stats/components/ConnectionStatsTable.js @@ -519,10 +519,10 @@ class ConnectionStatsTable extends Component { if (isP2P) { additionalData.push( - { t('connectionindicator.peer_to_peer') }); + (p2p)); } if (isTURN) { - additionalData.push({ t('connectionindicator.turn') }); + additionalData.push( (turn)); } // First show remote statistics, then local, and then transport type.