diff --git a/resources/views/settings/backups.blade.php b/resources/views/settings/backups.blade.php
index 90d17b0d7c..004f4da50a 100644
--- a/resources/views/settings/backups.blade.php
+++ b/resources/views/settings/backups.blade.php
@@ -1,6 +1,4 @@
-@extends('layouts/default', [
- 'helpText' => 'Backup files are located in: '.$path.'
',
-])
+@extends('layouts/default')
{{-- Page title --}}
@section('title')
@@ -26,7 +24,7 @@
{{ trans_choice('general.filetypes_accepted_help', 3, ['size' => Helper::file_upload_max_size_readable(), 'types' => '.zip']) }}
{!! $errors->first('image', ' ') !!} -You can use the restore () button to restore from a previous backup, however there are a few things you should know:
+Backup files are located in: {{ $path }}