mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-04 03:40:33 +08:00
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:
parent
97dbfe492e
commit
f8c6b5c05f
@ -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 },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user