From 548707ba146a35445138029fdad1caf52e09d7b3 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Fri, 29 May 2015 13:50:02 -0700 Subject: [PATCH] slightly better copy on backup and restore PMs --- config/locales/server.bs_BA.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/locales/server.bs_BA.yml b/config/locales/server.bs_BA.yml index 35086b44174..4cbe6434074 100644 --- a/config/locales/server.bs_BA.yml +++ b/config/locales/server.bs_BA.yml @@ -1098,11 +1098,11 @@ bs_BA: [prefs]: %{user_preferences_url} backup_succeeded: subject_template: "Backup completed successfully" - text_body_template: "The backup was successful.\nVisit the [admin > backup section](/admin/backups) to download your new backup." + text_body_template: "Good news!\n\nYour backup was successful. Visit [Admin, Backups](/admin/backups) to download it." backup_failed: subject_template: "Backup failed" text_body_template: | - The backup has failed. + We're sorry, but your backup did not succeed. Here's the log: @@ -1111,11 +1111,11 @@ bs_BA: ``` restore_succeeded: subject_template: "Restore completed successfully" - text_body_template: "The restore was successful." + text_body_template: "Good news!\n\nYour restore was successful. Enjoy your new data." restore_failed: subject_template: "Restore failed" text_body_template: | - The restore has failed. + We're sorry, but the restore failed. Here's the log: