mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-23 13:57:06 -04:00
Added missing interval unit to Backup Settings.
This commit is contained in:
parent
e8161aa9f4
commit
1ccae530d9
1 changed files with 4 additions and 2 deletions
|
@ -49,7 +49,8 @@ function BackupSettings(props) {
|
|||
<FormInputGroup
|
||||
type={inputTypes.NUMBER}
|
||||
name="backupInterval"
|
||||
helpText="Interval in days"
|
||||
unit="days"
|
||||
helpText="Interval between automatic backups"
|
||||
onChange={onInputChange}
|
||||
{...backupInterval}
|
||||
/>
|
||||
|
@ -64,7 +65,8 @@ function BackupSettings(props) {
|
|||
<FormInputGroup
|
||||
type={inputTypes.NUMBER}
|
||||
name="backupRetention"
|
||||
helpText="Retention in days. Automatic backups older the retention will be cleaned up automatically"
|
||||
unit="days"
|
||||
helpText="Automatic backups older the retention will be cleaned up automatically"
|
||||
onChange={onInputChange}
|
||||
{...backupRetention}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue