1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-01-03 05:35:29 +00:00

Fixed: Typo/unclear text in backup retention

This commit is contained in:
Ryan 2020-07-11 02:02:28 +10:00 committed by GitHub
parent 63ac527a66
commit 4856d57c0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}
/>