mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Fix #9786
This commit is contained in:
@@ -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>
|
||||||
|
@@ -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>
|
||||||
|
@@ -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>
|
||||||
|
@@ -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>
|
||||||
|
Reference in New Issue
Block a user