mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 14:12:15 +00:00
Replace icons.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<h2 class="headline text-info">404</h2>
|
||||
|
||||
<div class="error-content">
|
||||
<h3><i class="fas fa-question-circle text-info"></i> 404 - Page not found</h3>
|
||||
<h3><span class="fas fa-question-circle text-info"></span> 404 - Page not found</h3>
|
||||
<p>
|
||||
{{ trans('errors.404_header') }}
|
||||
</p>
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
<h2 class="headline text-danger">500</h2>
|
||||
|
||||
<div class="error-content">
|
||||
<h3><i class="fas fa-exclamation-triangle text-danger"></i> {{ trans('errors.error_occurred') }}</h3>
|
||||
<h3><span class="fas fa-exclamation-triangle text-danger"></span> {{ trans('errors.error_occurred') }}</h3>
|
||||
|
||||
<p>
|
||||
{{ trans('errors.error_not_recoverable') }}
|
||||
|
||||
@@ -21,13 +21,13 @@
|
||||
<h2 class="headline text-info">503</h2>
|
||||
|
||||
<div class="error-content">
|
||||
<h3><i class="fas fa-wrench text-info"></i> {{ trans('errors.maintenance_mode') }}</h3>
|
||||
<h3><span class="fas fa-wrench text-info"></span> {{ trans('errors.maintenance_mode') }}</h3>
|
||||
<p>
|
||||
{{ trans('errors.check_back') }}
|
||||
</p>
|
||||
{% if 'demo.firefly-iii.org' == Request.getHost() %}
|
||||
<p>
|
||||
<i class="fas fa-recycle"></i> The Firefly III demo website resets every <strong>four hours</strong>.
|
||||
<span class="fas fa-recycle"></span> The Firefly III demo website resets every <strong>four hours</strong>.
|
||||
Please wait for this process to finish. It should take less than a minute.
|
||||
</p>
|
||||
{% endif %}
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
<h2 class="headline text-danger">500</h2>
|
||||
|
||||
<div class="error-content">
|
||||
<h3><i class="fas fa-exclamation-triangle text-danger"></i> {{ trans('errors.error_occurred') }}</h3>
|
||||
<h3><span class="fas fa-exclamation-triangle text-danger"></span> {{ trans('errors.error_occurred') }}</h3>
|
||||
|
||||
<p>
|
||||
{{ trans('errors.error_not_recoverable') }}
|
||||
|
||||
Reference in New Issue
Block a user