mirror of
https://github.com/immich-app/immich.git
synced 2024-11-24 08:52:28 +02: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…
Reference in New Issue
Block a user