Skip to content

Commit 0f92dee

Browse files
committed
Merge remote-tracking branch 'origin/develop'
2 parents f04efed + b11036a commit 0f92dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/settings/backups.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ class="btn btn-warning btn-sm restore-backup {{ (config('app.lock_passwords')) ?
152152
<div class="box-body">
153153

154154
<p>
155-
{!! trans('admin/settings/general.backups_path', ['path'=> $path]) !!}
155+
{!! trans('admin/settings/general.backups_path', ['path'=> 'storage/app/backup']) !!}
156156
</p>
157157

158158
@if (config('app.lock_passwords')===true)

0 commit comments

Comments
 (0)