0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-02-11 01:18:24 -05:00

web: improve storage template onboarding message (#7339)

* Style: modifing onboard message for using storage template engine

* Style: modifying onboard message for using storage template engine

* style: Fix Prettier formatting issues

* chore: cleanup message

---------

Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
This commit is contained in:
Ravid Yael 2024-02-22 17:14:02 +02:00 committed by GitHub
parent 01d6707b59
commit b4e924b0c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,8 +26,9 @@
<p class="text-xl text-immich-primary dark:text-immich-dark-primary">STORAGE TEMPLATE</p> <p class="text-xl text-immich-primary dark:text-immich-dark-primary">STORAGE TEMPLATE</p>
<p> <p>
The storage template is used to determine the folder structure and file name of your media files. You can use When enabled, this feature will auto-organize files based on a user-defined template. Due to stability issues the
variables to customize the template to your liking. feature has been turned off by default. For more information, please see the
<a class="underline" href="https://immich.app/docs/administration/storage-template">documentation</a>.
</p> </p>
{#if config && $user} {#if config && $user}