mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-06 21:35:52 +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}
|
onChange={onMaxBackupsChange}
|
||||||
disabled={!webdavHost}
|
disabled={!webdavHost}
|
||||||
options={[
|
options={[
|
||||||
{ label: t('settings.data.webdav.maxBackups.unlimited'), value: 0 },
|
{ label: t('settings.data.local.maxBackups.unlimited'), value: 0 },
|
||||||
{ label: '1', value: 1 },
|
{ label: '1', value: 1 },
|
||||||
{ label: '3', value: 3 },
|
{ label: '3', value: 3 },
|
||||||
{ label: '5', value: 5 },
|
{ label: '5', value: 5 },
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user