chore: remove warning on storage template onboarding (#19200)

chore: remove warning on storage template
This commit is contained in:
Brandon Wees 2025-06-15 16:43:34 -05:00 committed by GitHub
parent 7f56443b24
commit 32b57bcbfc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -244,7 +244,7 @@
"storage_template_migration_info": "The storage template will convert all extensions to lowercase. Template changes will only apply to new assets. To retroactively apply the template to previously uploaded assets, run the <link>{job}</link>.", "storage_template_migration_info": "The storage template will convert all extensions to lowercase. Template changes will only apply to new assets. To retroactively apply the template to previously uploaded assets, run the <link>{job}</link>.",
"storage_template_migration_job": "Storage Template Migration Job", "storage_template_migration_job": "Storage Template Migration Job",
"storage_template_more_details": "For more details about this feature, refer to the <template-link>Storage Template</template-link> and its <implications-link>implications</implications-link>", "storage_template_more_details": "For more details about this feature, refer to the <template-link>Storage Template</template-link> and its <implications-link>implications</implications-link>",
"storage_template_onboarding_description": "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 <link>documentation</link>.", "storage_template_onboarding_description_v2": "When enabled, this feature will auto-organize files based on a user-defined template. For more information, please see the <link>documentation</link>.",
"storage_template_path_length": "Approximate path length limit: <b>{length, number}</b>/{limit, number}", "storage_template_path_length": "Approximate path length limit: <b>{length, number}</b>/{limit, number}",
"storage_template_settings": "Storage Template", "storage_template_settings": "Storage Template",
"storage_template_settings_description": "Manage the folder structure and file name of the upload asset", "storage_template_settings_description": "Manage the folder structure and file name of the upload asset",

View File

@ -21,7 +21,7 @@
<div class="flex flex-col"> <div class="flex flex-col">
<p> <p>
<FormatMessage key="admin.storage_template_onboarding_description"> <FormatMessage key="admin.storage_template_onboarding_description_v2">
{#snippet children({ message })} {#snippet children({ message })}
<a class="underline" href="https://immich.app/docs/administration/storage-template">{message}</a> <a class="underline" href="https://immich.app/docs/administration/storage-template">{message}</a>
{/snippet} {/snippet}