Fix Typo
This commit is contained in:
parent
5483ce74d1
commit
0ca9d5f3f9
|
@ -744,7 +744,7 @@ en:
|
||||||
github_client_id: "Client id for Github authentication, registered at https://github.com/settings/applications"
|
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"
|
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"
|
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"
|
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."
|
enable_s3_backups: "Upload backups to S3 when complete. Make sure you have filled in your s3 credentials."
|
||||||
|
|
Loading…
Reference in New Issue