swap preload / cache fields to match title

This commit is contained in:
nikk gitanes
2021-07-15 23:35:27 +03:00
parent 421ddaa257
commit 0edbcb302c
7 changed files with 52 additions and 52 deletions

View File

@@ -205,7 +205,7 @@ export default function DialogTorrentDetailsContent({ closeDialog, torrent }) {
<LoadingProgress
value={Filled}
fullAmount={bufferSize}
label={`${humanizeSize(Filled) || '0 B'} / ${humanizeSize(bufferSize)}`}
label={`${humanizeSize(bufferSize)} / ${humanizeSize(Filled) || '0 B'}`}
/>
</SectionHeader>