Skip to content

Commit b955b8b

Browse files
authored
Merge pull request #8232 from theguymadmax/backup-version-warning
2 parents c6da08b + 9df3334 commit b955b8b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/apps/dashboard/features/backups/components/RestoreConfirmationDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const RestoreConfirmationDialog: FunctionComponent<IProps> = ({ open, onClose, o
2626
</DialogTitle>
2727

2828
<DialogContent>
29-
<DialogContentText>
29+
<DialogContentText sx={{ whiteSpace: 'pre-line' }}>
3030
{globalize.translate('MessageRestoreDisclaimer')}
3131
</DialogContentText>
3232
</DialogContent>

src/strings/en-us.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1208,7 +1208,7 @@
12081208
"MessageReenableUser": "See below to reenable",
12091209
"MessageRenameMediaFolder": "Renaming a media library will cause all metadata to be lost, proceed with caution.",
12101210
"MessageRepositoryInstallDisclaimer": "WARNING: Installing a third party plugin repository carries risks. It may contain unstable or malicious code, and may change at any time. Only install repositories from authors that you trust.",
1211-
"MessageRestoreDisclaimer": "WARNING: You are about to restore from a previous backup. Your server will be rendered unusable for the duration of the process and any new data created since the backup will be lost.",
1211+
"MessageRestoreDisclaimer": "WARNING: You are about to restore from a previous backup. Your server will be rendered unusable for the duration of the process and any new data created since the backup will be lost.\n\nBackups should only be restored to the same version they were created on. Restoring a backup to a different version is unsupported and may render the server unusable.",
12121212
"MessageRestoreInProgress": "Restore in progress",
12131213
"MessageRestoreSuccess": "Restore successfully completed",
12141214
"MessageSent": "Message sent.",

0 commit comments

Comments
 (0)