Replace icons.

This commit is contained in:
James Cole
2021-06-11 19:50:05 +02:00
parent 460161d9a5
commit e9f2d6b5ea
93 changed files with 547 additions and 547 deletions

View File

@@ -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>

View File

@@ -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') }}

View File

@@ -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 %}

View File

@@ -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') }}