mirror of
https://github.com/immich-app/immich.git
synced 2025-02-11 01:18:24 -05:00
chore: rename "Library" to "External Library" in system settings (#7744)
* Change "Library" > "External Library" under system settings This is intended to assist with any confusion regarding standard libraries * Changed key from "library" to "external-library" * Updated "Encode Clip" to "Smart Search"
This commit is contained in:
parent
89f6190fb0
commit
fe8c6b17a6
2 changed files with 4 additions and 4 deletions
|
@ -69,7 +69,7 @@
|
|||
>
|
||||
<p slot="desc" class="immich-form-label pb-2 text-sm">
|
||||
The name of a CLIP model listed <a href="https://huggingface.co/immich-app"><u>here</u></a>. Note that you
|
||||
must re-run the 'Encode CLIP' job for all images upon changing a model.
|
||||
must re-run the 'Smart Search' job for all images upon changing a model.
|
||||
</p>
|
||||
</SettingInputField>
|
||||
</div>
|
||||
|
|
|
@ -72,9 +72,9 @@
|
|||
},
|
||||
{
|
||||
item: LibrarySettings,
|
||||
title: 'Library',
|
||||
subtitle: 'Manage library settings',
|
||||
key: 'library',
|
||||
title: 'External Library',
|
||||
subtitle: 'Manage external library settings',
|
||||
key: 'external-library',
|
||||
},
|
||||
{
|
||||
item: LoggingSettings,
|
||||
|
|
Loading…
Add table
Reference in a new issue