Removed misleading room name

This commit is contained in:
Ed 2022-12-19 18:59:03 +01:00
parent d6a7d3a440
commit abb2a4e4c1
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<p>Give a name to your room. This name will be public and shown in the room list, so nothing offensive! :)</p> <p>Give a name to your room. This name will be public and shown in the room list, so nothing offensive! :)</p>
<form method="POST"> <form method="POST">
<label for="name">Room name</label> <label for="name">Room name</label>
<input type="text" name="name" placeholder="{{order.name}}'s room" required minlength="4" maxlength="64" /> <input type="text" name="name" required minlength="4" maxlength="64" />
<input type="submit" value="Create room" /> <input type="submit" value="Create room" />
</form> </form>
</main> </main>