fix spelling mistake
All checks were successful
delpoy / build-and-deploy (push) Successful in 43s

This commit is contained in:
bytedream 2023-11-30 00:25:52 +01:00
parent 974757511d
commit f53dc28597
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ export const POST = (async ({ request }) => {
) { ) {
throw error( throw error(
400, 400,
'Du hast dich bereits angemeldet. Sollte dies nicht der Fall sein, wende dich bitte an einen Administrator' 'Du hast Dich bereits angemeldet. Sollte dies nicht der Fall sein, wende dich bitte an einen Administrator'
); );
} }

View File

@ -23,7 +23,7 @@
<h1 class="text-center text-xl sm:text-3xl m-auto">Registrierung erfolgreich</h1> <h1 class="text-center text-xl sm:text-3xl m-auto">Registrierung erfolgreich</h1>
</div> </div>
<p> <p>
<b>Du hast dich erfolgreich für Craftattack 6 registriert</b>. Spielstart ist am {new Date( <b>Du hast Dich erfolgreich für Craftattack 6 registriert</b>. Spielstart ist am {new Date(
env.PUBLIC_START_DATE env.PUBLIC_START_DATE
).toLocaleString('de-DE', startDayOptions)} um {new Date(env.PUBLIC_START_DATE).toLocaleString( ).toLocaleString('de-DE', startDayOptions)} um {new Date(env.PUBLIC_START_DATE).toLocaleString(
'de-DE', 'de-DE',