Update server.en.yml (#19348)

Remove " on disk" from description of `maximum_backups`, because the setting also works for S3.
This commit is contained in:
GeckoLinux 2022-12-06 20:38:47 -05:00 committed by GitHub
parent 26a45e8166
commit 5aaaf26636
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1769,7 +1769,7 @@ en:
enable_backups: "Allow administrators to create backups of the forum"
allow_restore: "Allow restore, which can replace ALL site data! Leave disabled unless you plan to restore a backup"
maximum_backups: "The maximum amount of backups to keep on disk. Older backups are automatically deleted"
maximum_backups: "The maximum amount of backups to keep. Older backups are automatically deleted"
automatic_backups_enabled: "Run automatic backups as defined in backup frequency"
backup_frequency: "The number of days between backups."
s3_backup_bucket: "The remote bucket to hold backups. WARNING: Make sure it is a private bucket."