Skip to content

Commit 66c410a

Browse files
committed
Fix undefined variable
1 parent 9c15134 commit 66c410a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/dashboard/settings/app-setup.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<div class="form-group">
3939
<label>{{ trans('forms.settings.app-setup.about-this-page') }}</label>
4040
<div class='markdown-control'>
41-
<textarea name="app_about" class="form-control autosize" rows="4">{{ $app_about }}</textarea>
41+
<textarea name="app_about" class="form-control autosize" rows="4">{{ $about_app }}</textarea>
4242
</div>
4343
</div>
4444
</div>

0 commit comments

Comments
 (0)