mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
Fixed: Typo/unclear text in backup retention
This commit is contained in:
parent
16b9e88bb2
commit
e2d1b256e4
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ function BackupSettings(props) {
|
|||
type={inputTypes.NUMBER}
|
||||
name="backupRetention"
|
||||
unit="days"
|
||||
helpText="Automatic backups older than the retention will be cleaned up automatically"
|
||||
helpText="Automatic backups older than the retention period will be cleaned up automatically"
|
||||
onChange={onInputChange}
|
||||
{...backupRetention}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue