mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-10-30 07:22:35 +01:00
Fixed: Typo/unclear text in backup retention
This commit is contained in:
parent
63ac527a66
commit
4856d57c0e
@ -66,7 +66,7 @@ function BackupSettings(props) {
|
||||
type={inputTypes.NUMBER}
|
||||
name="backupRetention"
|
||||
unit="days"
|
||||
helpText="Automatic backups older the retention will be cleaned up automatically"
|
||||
helpText="Automatic backups older than the retention period will be cleaned up automatically"
|
||||
onChange={onInputChange}
|
||||
{...backupRetention}
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user