From c3724bd2cb2a701af59439359a1f3a105ce8bb37 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Fri, 13 Nov 2015 16:38:59 -0800 Subject: [PATCH] add note about UTC time to backup time of day --- 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 a96f5f25e..28c5c94cd 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -965,7 +965,7 @@ en: backup_frequency: "How frequently we create a site backup, in days." 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." - backup_time_of_day: "Time of day when the backup should occur." + backup_time_of_day: "Time of day UTC when the backup should occur." backup_with_uploads: "Include uploads in scheduled backups. Disabling this will only backup the database." active_user_rate_limit_secs: "How frequently we update the 'last_seen_at' field, in seconds"