From b15ab3ae2787eb9b4733650bbd0e03e0c48a482f Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 11 Jul 2020 02:02:28 +1000 Subject: [PATCH] Fixed: Typo/unclear text in backup retention Signed-off-by: Robin Dadswell --- frontend/src/Settings/General/BackupSettings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Settings/General/BackupSettings.js b/frontend/src/Settings/General/BackupSettings.js index f145db503..9207483ce 100644 --- a/frontend/src/Settings/General/BackupSettings.js +++ b/frontend/src/Settings/General/BackupSettings.js @@ -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} />