mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-04 03:27:09 -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
					
				@ -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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user