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

@@ -52,7 +52,7 @@
@if($demoActive)
<div class="alert alert-warning">
<p class="font-weight-bold"><i class="fas fa-exclamation-triangle"></i>{{ __('Warning') }}</p>
<p>{{ __('Do not use real credentials here. The application is in demo mode. Additionally, the database is wiped every six hours.') }}</p>
<p>{{ __('Do not use real credentials here. The application is in demo mode. Additionally, the database is wiped every day.') }}</p>
<p>{{ __("Also note: If a game license is required to sign up, you may find valid MC usernames at NameMC. No special validation is performed other than contacting Mojang's authentication servers to verify the username's existence, therefore, you can use any username for testing purposes.") }}</p>
</div>