Skip to content

Commit

Permalink
Typo: Change millibit to megabyte
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixBrakel authored Sep 14, 2024
1 parent 95cd485 commit 0dc8ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/app-frontend/src/pages/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ async function purgeCache() {
:min="8"
:max="maxMemory"
:step="64"
unit="mb"
unit="MB"
/>
</div>
</Card>
Expand Down

0 comments on commit 0dc8ba5

Please sign in to comment.