Typo: Change millibit to megabyte (#2406)

Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com>
Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com>
This commit is contained in:
FelixBrakel
2024-11-03 10:42:57 +01:00
committed by GitHub
parent 783d4f82d9
commit e988513ed7

View File

@@ -473,7 +473,7 @@ async function purgeCache() {
:min="8"
:max="maxMemory"
:step="64"
unit="mb"
unit="MB"
/>
</div>
</Card>