1
0
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:
James Wilson 2024-03-24 22:35:06 -05:00 committed by GitHub
parent c58a70ac8f
commit cc66159f04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}
/>