mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-04 03:39:37 -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">
 | 
					      <div class="ml-4 mt-4">
 | 
				
			||||||
        <SettingSwitch
 | 
					        <SettingSwitch
 | 
				
			||||||
          title="ENABLED"
 | 
					          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}
 | 
					          bind:checked={config.newVersionCheck.enabled}
 | 
				
			||||||
          {disabled}
 | 
					          {disabled}
 | 
				
			||||||
        />
 | 
					        />
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user