mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +00:00
Fixed minor typo (#1178)
Changed "Note that some asset does not have any object detected..." to "Note that some assets may not have any objects detected..."
This commit is contained in:
parent
7dc12dea1e
commit
e0a6119bb7
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@
|
||||||
waitingJobCount={allJobsStatus?.machineLearningQueueCount.waiting}
|
waitingJobCount={allJobsStatus?.machineLearningQueueCount.waiting}
|
||||||
activeJobCount={allJobsStatus?.machineLearningQueueCount.active}
|
activeJobCount={allJobsStatus?.machineLearningQueueCount.active}
|
||||||
>
|
>
|
||||||
Note that some asset does not have any object detected, this is normal.
|
Note that some assets may not have any objects detected, this is normal.
|
||||||
</JobTile>
|
</JobTile>
|
||||||
|
|
||||||
<JobTile
|
<JobTile
|
||||||
|
|
Loading…
Reference in a new issue