diff --git a/web/app/assets/javascripts/react-components/SessionStatsHover.js.jsx.coffee b/web/app/assets/javascripts/react-components/SessionStatsHover.js.jsx.coffee index 055f36b49..3eeac6bc1 100644 --- a/web/app/assets/javascripts/react-components/SessionStatsHover.js.jsx.coffee +++ b/web/app/assets/javascripts/react-components/SessionStatsHover.js.jsx.coffee @@ -38,12 +38,12 @@ StatsInfo = { warn: (user, stats) -> "You have enough bandwidth to send you a degraded, but sufficient, audio stream.", poor: (user, stats) -> "You have not enough bandwidth to send you a decent quality audio stream.", }, - video_rtpbw_tx: { - good: (user, stats) -> "You have enough bandwidth to send you a high quality video stream.", - warn: (user, stats) -> "You have enough bandwidth to send you a degraded, but sufficient, video stream.", - poor: (user, stats) -> "You have not enough bandwidth to send you a decent quality video stream.", - }, video_rtpbw_rx: { + good: (user, stats) -> "#{user.name} have enough bandwidth to send you a high quality video stream.", + warn: (user, stats) -> "#{user.name} have enough bandwidth to send you a degraded, but sufficient, video stream.", + poor: (user, stats) -> "#{user.name} have not enough bandwidth to send you a decent quality video stream.", + }, + video_rtpbw_tx: { good: (user, stats) -> "You have enough bandwidth to send you a high quality video stream.", warn: (user, stats) -> "You have enough bandwidth to send you a degraded, but sufficient, video stream.", poor: (user, stats) -> "You have not enough bandwidth to send you a decent quality video stream.",