From bc2187532497b3fc6ec1a39e28fbd117b82ae883 Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 10 Nov 2021 18:15:38 -0800 Subject: [PATCH] More refinements to the UI Signed-off-by: snipe --- resources/views/settings/backups.blade.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/resources/views/settings/backups.blade.php b/resources/views/settings/backups.blade.php index 141dc07d44..636d624eb6 100644 --- a/resources/views/settings/backups.blade.php +++ b/resources/views/settings/backups.blade.php @@ -152,12 +152,14 @@

- Use the restore () button to - restore from a previous backup. (This does not currently with with S3 file storage.)

Your entire {{ config('app.name') }} database and any uploaded files will be completely replaced by what's in the backup file. + Use the restore button to + restore from a previous backup. (This does not currently with with S3 file storage.)

+ +

Your entire {{ config('app.name') }} database and any uploaded files will be completely replaced by what's in the backup file.

-

- You will be logged out after your restore is complete. +

+ You will be logged out once your restore is complete.