slightly better copy on backup and restore PMs
This commit is contained in:
parent
ea80488fef
commit
548707ba14
|
@ -1098,11 +1098,11 @@ bs_BA:
|
||||||
[prefs]: %{user_preferences_url}
|
[prefs]: %{user_preferences_url}
|
||||||
backup_succeeded:
|
backup_succeeded:
|
||||||
subject_template: "Backup completed successfully"
|
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:
|
backup_failed:
|
||||||
subject_template: "Backup failed"
|
subject_template: "Backup failed"
|
||||||
text_body_template: |
|
text_body_template: |
|
||||||
The backup has failed.
|
We're sorry, but your backup did not succeed.
|
||||||
|
|
||||||
Here's the log:
|
Here's the log:
|
||||||
|
|
||||||
|
@ -1111,11 +1111,11 @@ bs_BA:
|
||||||
```
|
```
|
||||||
restore_succeeded:
|
restore_succeeded:
|
||||||
subject_template: "Restore completed successfully"
|
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:
|
restore_failed:
|
||||||
subject_template: "Restore failed"
|
subject_template: "Restore failed"
|
||||||
text_body_template: |
|
text_body_template: |
|
||||||
The restore has failed.
|
We're sorry, but the restore failed.
|
||||||
|
|
||||||
Here's the log:
|
Here's the log:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue