mirror of
https://github.com/immich-app/immich.git
synced 2025-05-31 04:05:39 -04: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
@ -69,7 +69,7 @@
|
|||||||
>
|
>
|
||||||
<p slot="desc" class="immich-form-label pb-2 text-sm">
|
<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
|
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>
|
</p>
|
||||||
</SettingInputField>
|
</SettingInputField>
|
||||||
</div>
|
</div>
|
||||||
|
@ -72,9 +72,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
item: LibrarySettings,
|
item: LibrarySettings,
|
||||||
title: 'Library',
|
title: 'External Library',
|
||||||
subtitle: 'Manage library settings',
|
subtitle: 'Manage external library settings',
|
||||||
key: 'library',
|
key: 'external-library',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
item: LoggingSettings,
|
item: LoggingSettings,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user