Fixed: Typo/unclear text in backup retention
This commit is contained in:
@@ -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 than 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}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user