mirror of
https://github.com/immich-app/immich.git
synced 2024-12-29 15:11:58 +00:00
fix(web): Use correct unit for user quota (#6518)
Use correct unit Already uses GiB when converting to/from bytes
This commit is contained in:
parent
732f289336
commit
1efcb00a65
2 changed files with 2 additions and 2 deletions
|
@ -121,7 +121,7 @@
|
|||
</div>
|
||||
|
||||
<div class="m-4 flex flex-col gap-2">
|
||||
<label class="immich-form-label" for="quotaSize">Quota Size (GB)</label>
|
||||
<label class="immich-form-label" for="quotaSize">Quota Size (GiB)</label>
|
||||
<input class="immich-form-input" id="quotaSize" name="quotaSize" type="number" min="0" />
|
||||
</div>
|
||||
|
||||
|
|
|
@ -102,7 +102,7 @@
|
|||
</div>
|
||||
|
||||
<div class="m-4 flex flex-col gap-2">
|
||||
<label class="immich-form-label" for="quotaSize">Quota Size (GB)</label>
|
||||
<label class="immich-form-label" for="quotaSize">Quota Size (GiB)</label>
|
||||
<input class="immich-form-input" id="quotaSize" name="quotaSize" type="number" min="0" bind:value={quotaSize} />
|
||||
<p>Note: Enter 0 for unlimited quota</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue