mirror of
https://github.com/Radarr/Radarr
synced 2025-03-12 07:05:08 +00:00
Fixed: Typo/unclear text in backup retention
Co-Authored-By: Ryan <simplyryan@users.noreply.github.com>
This commit is contained in:
parent
d8dc35913d
commit
0b7067cf9c
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ function BackupSettings(props) {
|
||||||
type={inputTypes.NUMBER}
|
type={inputTypes.NUMBER}
|
||||||
name="backupRetention"
|
name="backupRetention"
|
||||||
unit="days"
|
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}
|
onChange={onInputChange}
|
||||||
{...backupRetention}
|
{...backupRetention}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue