mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
slightly better copy on backup and restore PMs
This commit is contained in:
parent
ea80488fef
commit
548707ba14
1 changed files with 4 additions and 4 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue