Fix translation key for unlimited backups label (#7987)

Updated the translation key for the 'unlimited' backups option in WebDavSettings to use the correct namespace.
This commit is contained in:
自由的世界人 2025-07-10 15:09:59 +08:00 committed by GitHub
parent 97dbfe492e
commit f8c6b5c05f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -202,7 +202,7 @@ const WebDavSettings: FC = () => {
onChange={onMaxBackupsChange}
disabled={!webdavHost}
options={[
{ label: t('settings.data.webdav.maxBackups.unlimited'), value: 0 },
{ label: t('settings.data.local.maxBackups.unlimited'), value: 0 },
{ label: '1', value: 1 },
{ label: '3', value: 3 },
{ label: '5', value: 5 },