Skip to content

Commit b11036a

Browse files
committed
Fixed #11977 - changed path in backups language
Signed-off-by: snipe <[email protected]>
1 parent 01de69a commit b11036a

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)