mirror of
https://github.com/immich-app/immich.git
synced 2025-03-11 02:23:09 -05:00
fix(web): storage template incorrect example (#16367)
This commit is contained in:
parent
9d705097e8
commit
9a098b4658
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@
|
||||||
|
|
||||||
<p class="p-4 py-2 mt-2 text-xs bg-gray-200 rounded-lg dark:bg-gray-700 dark:text-immich-dark-fg">
|
<p class="p-4 py-2 mt-2 text-xs bg-gray-200 rounded-lg dark:bg-gray-700 dark:text-immich-dark-fg">
|
||||||
<span class="text-immich-fg/25 dark:text-immich-dark-fg/50"
|
<span class="text-immich-fg/25 dark:text-immich-dark-fg/50"
|
||||||
>UPLOAD_LOCATION/{$user.storageLabel || $user.id}</span
|
>UPLOAD_LOCATION/library/{$user.storageLabel || $user.id}</span
|
||||||
>/{parsedTemplate()}.jpg
|
>/{parsedTemplate()}.jpg
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue