This commit is contained in:
parent
974757511d
commit
f53dc28597
@ -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'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user