chore: update demo mode wipe time for consistency

Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
2023-06-29 20:27:01 +01:00
parent 57346f49e0
commit b58922b168
3 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@
</ul>
<p>{{ __('To keep everyone safe, IP addresses are censored everywhere in the app, and they\'re also not collected during registration. The IP address lookup feature is also disabled.') }}</p>
<p>{{ __('Only system administrators can disable demo mode - it cannot be disabled via app settings.') }}</p>
<p class="font-weight-bold">{{ __('Note! The database is wiped every six hours during demo mode.') }}</p>
<p class="font-weight-bold">{{ __('Note! The database is wiped every day during demo mode.') }}</p>
</div>
@endif