From 5aaaf266362813c31d3c9806091c8387123b8062 Mon Sep 17 00:00:00 2001 From: GeckoLinux Date: Tue, 6 Dec 2022 20:38:47 -0500 Subject: [PATCH] Update server.en.yml (#19348) Remove " on disk" from description of `maximum_backups`, because the setting also works for S3. --- config/locales/server.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index db8628c8a78..03ba6457fca 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -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."