diff --git a/src/widgets/torrent/TorrentQueueItem.tsx b/src/widgets/torrent/TorrentQueueItem.tsx index 17cc61c03..eb5435872 100644 --- a/src/widgets/torrent/TorrentQueueItem.tsx +++ b/src/widgets/torrent/TorrentQueueItem.tsx @@ -81,14 +81,14 @@ export const BitTorrentQueueItem = ({ torrent, width, app }: TorrentQueueItemPro {width > MIN_WIDTH_MOBILE && ( - {downloadSpeed > 0 ? `${downloadSpeed.toFixed(1)} Mb/s` : '-'} + {downloadSpeed > 0 ? `${downloadSpeed.toFixed(1)} MB/s` : '-'} )} {width > MIN_WIDTH_MOBILE && ( - {uploadSpeed > 0 ? `${uploadSpeed.toFixed(1)} Mb/s` : '-'} + {uploadSpeed > 0 ? `${uploadSpeed.toFixed(1)} MB/s` : '-'} )}