mirror of
https://github.com/immich-app/immich.git
synced 2025-01-04 02:46:47 +01:00
chore(web): Use percentage sign for uploads (#5952)
Tiny change, but matches the rest of the progress indicators.
This commit is contained in:
parent
8fdd3aaed1
commit
83da1c74fc
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
|||
{#if uploadAsset.message}
|
||||
{uploadAsset.message}
|
||||
{:else}
|
||||
{uploadAsset.progress}/100 - {asByteUnitString(uploadAsset.speed || 0, $locale)}/s - {uploadAsset.eta}s
|
||||
{uploadAsset.progress}% - {asByteUnitString(uploadAsset.speed || 0, $locale)}/s - {uploadAsset.eta}s
|
||||
{/if}
|
||||
</p>
|
||||
{:else if uploadAsset.state === UploadState.PENDING}
|
||||
|
|
Loading…
Reference in a new issue