We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f04efed + b11036a commit 0f92deeCopy full SHA for 0f92dee
resources/views/settings/backups.blade.php
@@ -152,7 +152,7 @@ class="btn btn-warning btn-sm restore-backup {{ (config('app.lock_passwords')) ?
152
<div class="box-body">
153
154
<p>
155
- {!! trans('admin/settings/general.backups_path', ['path'=> $path]) !!}
+ {!! trans('admin/settings/general.backups_path', ['path'=> 'storage/app/backup']) !!}
156
</p>
157
158
@if (config('app.lock_passwords')===true)
0 commit comments