This commit is contained in:
James Cole
2025-02-06 17:06:48 +01:00
parent df19f699d4
commit 785bd7e905
4 changed files with 8 additions and 8 deletions

View File

@@ -30,11 +30,11 @@
{{ trans('errors.github_help') }} {{ trans('errors.github_help') }}
</h4> </h4>
<p> <p>
{{ trans('errors.github_instructions') }} |raw {!! trans('errors.github_instructions') !!}
</p> </p>
<ol> <ol>
<li>{{ trans('errors.use_search') }}</li> <li>{{ trans('errors.use_search') }}</li>
<li>{{ trans('errors.include_info', ['link' => route('debug') ]) }}</li> |raw <li>{!! trans('errors.include_info', ['link' => route('debug') ]) !!}</li>
<li>{{ trans('errors.tell_more') }}</li> <li>{{ trans('errors.tell_more') }}</li>
<li>{{ trans('errors.include_logs') }}</li> <li>{{ trans('errors.include_logs') }}</li>
<li>{{ trans('errors.what_did_you_do') }}</li> <li>{{ trans('errors.what_did_you_do') }}</li>

View File

@@ -30,11 +30,11 @@
{{ trans('errors.github_help') }} {{ trans('errors.github_help') }}
</h4> </h4>
<p> <p>
{{ trans('errors.github_instructions') }} |raw {!! trans('errors.github_instructions') !!}
</p> </p>
<ol> <ol>
<li>{{ trans('errors.use_search') }}</li> <li>{{ trans('errors.use_search') }}</li>
<li>{{ trans('errors.include_info', ['link' => route('debug') ]) }}</li> <li>{!! trans('errors.include_info', ['link' => route('debug') ]) !!}</li>
<li>{{ trans('errors.tell_more') }}</li> <li>{{ trans('errors.tell_more') }}</li>
<li>{{ trans('errors.include_logs') }}</li> <li>{{ trans('errors.include_logs') }}</li>
<li>{{ trans('errors.what_did_you_do') }}</li> <li>{{ trans('errors.what_did_you_do') }}</li>

View File

@@ -30,11 +30,11 @@
{{ trans('errors.github_help') }} {{ trans('errors.github_help') }}
</h4> </h4>
<p> <p>
{{ trans('errors.github_instructions') }} |raw {!! trans('errors.github_instructions') !!}
</p> </p>
<ol> <ol>
<li>{{ trans('errors.use_search') }}</li> <li>{{ trans('errors.use_search') }}</li>
<li>{{ trans('errors.include_info', ['link' => route('debug') ]) }}</li> <li>{!! trans('errors.include_info', ['link' => route('debug') ]) !!}</li>
<li>{{ trans('errors.tell_more') }}</li> <li>{{ trans('errors.tell_more') }}</li>
<li>{{ trans('errors.include_logs') }}</li> <li>{{ trans('errors.include_logs') }}</li>
<li>{{ trans('errors.what_did_you_do') }}</li> <li>{{ trans('errors.what_did_you_do') }}</li>

View File

@@ -30,11 +30,11 @@
{{ trans('errors.github_help') }} {{ trans('errors.github_help') }}
</h4> </h4>
<p> <p>
{{ trans('errors.github_instructions') }} |raw {!! trans('errors.github_instructions') !!}
</p> </p>
<ol> <ol>
<li>{{ trans('errors.use_search') }}</li> <li>{{ trans('errors.use_search') }}</li>
<li>{{ trans('errors.include_info', ['link' => route('debug') ]) }}</li> <li>{!! trans('errors.include_info', ['link' => route('debug') ]) !!}</li>
<li>{{ trans('errors.tell_more') }}</li> <li>{{ trans('errors.tell_more') }}</li>
<li>{{ trans('errors.include_logs') }}</li> <li>{{ trans('errors.include_logs') }}</li>
<li>{{ trans('errors.what_did_you_do') }}</li> <li>{{ trans('errors.what_did_you_do') }}</li>