From 0b7067cf9c3e992fa966df98e4e5aceb156fc7ce Mon Sep 17 00:00:00 2001 From: Qstick Date: Fri, 10 Jul 2020 23:10:25 -0400 Subject: [PATCH] Fixed: Typo/unclear text in backup retention Co-Authored-By: Ryan --- 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 01c3ef755..c03ed9c6c 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 the retention will be cleaned up automatically" + helpText="Automatic backups older than the retention period will be cleaned up automatically" onChange={onInputChange} {...backupRetention} />