From 48aea2a9fcf926893af78eab172c97489e3b2d9a Mon Sep 17 00:00:00 2001 From: Joshua Rosenfeld Date: Tue, 27 Feb 2018 15:41:37 -0500 Subject: [PATCH] backup_frequency copy edit --- 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 2f6302fc28e..49372b3fa43 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1188,7 +1188,7 @@ en: allow_restore: "Allow restore, which can replace ALL site data! Leave false unless you plan to restore a backup" maximum_backups: "The maximum amount of backups to keep on disk. Older backups are automatically deleted" automatic_backups_enabled: "Run automatic backups as defined in backup frequency" - backup_frequency: "How frequently we create a site backup, in days." + backup_frequency: "The number of days between backups." enable_s3_backups: "Upload backups to S3 when complete. IMPORTANT: requires valid S3 credentials entered in Files settings." s3_backup_bucket: "The remote bucket to hold backups. WARNING: Make sure it is a private bucket." s3_disable_cleanup: "Disable the removal of backups from S3 when removed locally."