From b4e924b0c0573154ceec63834f9a0fa4835f7097 Mon Sep 17 00:00:00 2001 From: Ravid Yael Date: Thu, 22 Feb 2024 17:14:02 +0200 Subject: [PATCH] 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 --- .../onboarding-page/onboarding-storage-template.svelte | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web/src/lib/components/onboarding-page/onboarding-storage-template.svelte b/web/src/lib/components/onboarding-page/onboarding-storage-template.svelte index 786d65395a..e39b473f67 100644 --- a/web/src/lib/components/onboarding-page/onboarding-storage-template.svelte +++ b/web/src/lib/components/onboarding-page/onboarding-storage-template.svelte @@ -26,8 +26,9 @@

STORAGE TEMPLATE

- The storage template is used to determine the folder structure and file name of your media files. You can use - variables to customize the template to your liking. + When enabled, this feature will auto-organize files based on a user-defined template. Due to stability issues the + feature has been turned off by default. For more information, please see the + documentation.

{#if config && $user}