Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/0b7067cf9c3e992fa966df98e4e5aceb156fc7ce You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed: Typo/unclear text in backup retention

Co-Authored-By: Ryan <simplyryan@users.noreply.github.com>
pull/2/head
Qstick 5 years ago
parent d8dc35913d
commit 0b7067cf9c

@ -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}
/>

Loading…
Cancel
Save