mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: Typo/unclear text in backup retention
Co-Authored-By: Ryan <simplyryan@users.noreply.github.com>
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 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