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">
|
<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…
Add table
Reference in a new issue