add bedrock username notice
All checks were successful
deploy / build-and-deploy (push) Successful in 15s
All checks were successful
deploy / build-and-deploy (push) Successful in 15s
This commit is contained in:
@@ -84,7 +84,12 @@ const signupDisabledSubMessage = signupSetting[SettingKey.SignupDisabledSubMessa
|
|||||||
</div>
|
</div>
|
||||||
<div class="divider">Spiel</div>
|
<div class="divider">Spiel</div>
|
||||||
<div class="mx-2 grid grid-cols-1 sm:grid-cols-2 gap-x-4">
|
<div class="mx-2 grid grid-cols-1 sm:grid-cols-2 gap-x-4">
|
||||||
<Input id="username" type="text" label="Minecraft-Spielername" required dynamicWidth />
|
<Input id="username" type="text" label="Minecraft-Spielername" required dynamicWidth>
|
||||||
|
<span slot="notice" class="text-[.65rem]"
|
||||||
|
>Spielern der Bedrock-Edition wird empfohlen, ihren Microsoft-Account Namen einzugeben. Der
|
||||||
|
Bedrock-Spielername kann nicht immer einem Minecraft Account zugeordnet werden.</span
|
||||||
|
>
|
||||||
|
</Input>
|
||||||
<Select
|
<Select
|
||||||
id="edition"
|
id="edition"
|
||||||
values={{ java: 'Java (PC)', bedrock: 'Bedrock (Konsole und Handys)' }}
|
values={{ java: 'Java (PC)', bedrock: 'Bedrock (Konsole und Handys)' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user