1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-24 08:52:28 +02:00

Fix repair page typo (#8401)

Update +page.svelte
This commit is contained in:
mmomjian 2024-03-30 22:47:00 -04:00 committed by GitHub
parent 8e5695f06d
commit c4bb9f49ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -250,7 +250,7 @@
<div class="px-3">
<p>OFFLINE PATHS {orphans.length > 0 ? `(${orphans.length})` : ''}</p>
<p class="text-gray-600 dark:text-gray-300 mt-1">
These files are the results of manually deletion of the default upload library
These results may be due to manual deletion of files in the default upload library
</p>
</div>
</th>