mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-04 03:27:09 -05:00 
			
		
		
		
	fix(web): Correct minor typo in new version check copy (#8253)
Fix typo in new-version-check-settings.svelte
This commit is contained in:
		
							parent
							
								
									c58a70ac8f
								
							
						
					
					
						commit
						cc66159f04
					
				@ -21,7 +21,7 @@
 | 
			
		||||
      <div class="ml-4 mt-4">
 | 
			
		||||
        <SettingSwitch
 | 
			
		||||
          title="ENABLED"
 | 
			
		||||
          subtitle="Enable period requests to GitHub to check for new releases"
 | 
			
		||||
          subtitle="Enable periodic requests to GitHub to check for new releases"
 | 
			
		||||
          bind:checked={config.newVersionCheck.enabled}
 | 
			
		||||
          {disabled}
 | 
			
		||||
        />
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user