From 0015db83b9970012d5188bc22944358f1febb22e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allan=20Nordh=C3=B8y?= Date: Thu, 19 Sep 2019 19:14:17 +0200 Subject: [PATCH] create the backup archive Co-Authored-By: Alexandre Aubin --- locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/en.json b/locales/en.json index 03a750aa5..5078e1026 100644 --- a/locales/en.json +++ b/locales/en.json @@ -96,7 +96,7 @@ "backup_couldnt_bind": "Could not bind {src:s} to {dest:s}.", "backup_created": "Backup created", "backup_creating_archive": "Creating the backup archive…", - "backup_creation_failed": "Could not create the backup creation", + "backup_creation_failed": "Could not create the backup archive", "backup_csv_addition_failed": "Could not add files to backup into the CSV file", "backup_csv_creation_failed": "Could not create the CSV file needed for restoration", "backup_custom_backup_error": "Custom backup method could not get past the 'backup' step",