diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index d7f69a0d6d5..33465cbdfb3 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -744,7 +744,7 @@ en: github_client_id: "Client id for Github authentication, registered at https://github.com/settings/applications" github_client_secret: "Client secret for Github authentication, registered at https://github.com/settings/applications" - allow_restore: "Allow restore, which can replace ALL site data! Leave false unless you plan to do restore a backup" + 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" backup_daily: "Automatically create a site backup once a day" enable_s3_backups: "Upload backups to S3 when complete. Make sure you have filled in your s3 credentials."