mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 09:22:33 +00:00
Add info about reset.
This commit is contained in:
@@ -20,6 +20,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
- [Issue 4589](https://github.com/firefly-iii/firefly-iii/issues/4589) It was not possible to change accounts in layout v2.
|
||||
- [Issue 4591](https://github.com/firefly-iii/firefly-iii/issues/4591) It was not possible to create splits in layout v2.
|
||||
- #4593 Could not change or update recurring repetition data.
|
||||
- #4596 The error handler mailer mails about too many things.
|
||||
|
||||
### Security
|
||||
- Nothing (yet)
|
||||
|
@@ -21,10 +21,16 @@
|
||||
<h2 class="headline text-info">503</h2>
|
||||
|
||||
<div class="error-content">
|
||||
<h3><i class="fas fa-robot text-info"></i> {{ trans('errors.maintenance_mode') }}</h3>
|
||||
<h3><i class="fas fa-wrench text-info"></i> {{ 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>.
|
||||
Please wait for this process to finish.
|
||||
</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user