Remove duplicated i18n strings

This commit is contained in:
schroda
2024-07-01 19:51:27 +02:00
parent ea102eceb6
commit 149bc8ad0d
12 changed files with 16 additions and 19 deletions

View File

@@ -293,7 +293,7 @@ export function Backup() {
minValue={1}
maxValue={31}
stepSize={1}
valueUnit={t('global.date.label.day')}
valueUnit={t('global.date.label.day_one')}
showSlider
handleUpdate={(interval: number) => updateSetting('backupInterval', interval)}
/>
@@ -305,7 +305,7 @@ export function Backup() {
minValue={0}
maxValue={1000}
stepSize={1}
valueUnit={t('global.date.label.day')}
valueUnit={t('global.date.label.day_one')}
showSlider
handleUpdate={(ttl: number) => updateSetting('backupTTL', ttl)}
/>