diff options
Diffstat (limited to 'client-web/public/start.html')
-rw-r--r-- | client-web/public/start.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client-web/public/start.html b/client-web/public/start.html index efb9f22..4766c77 100644 --- a/client-web/public/start.html +++ b/client-web/public/start.html @@ -16,7 +16,7 @@ </p> <p> To get started, click 'Join' and share the URL with your - partner. You can also optionally customize the url by entering a + partner. You can also optionally customize the URL by entering a <b>secure/unguessable(!!!)</b> identifier below. </p> <noscript> @@ -28,8 +28,8 @@ const room_input = document.createElement("input"); room_input.type = "text"; room_input.id = "room-id-input"; - room_input.placeholder = "Room ID"; - room_input.ariaLabel = "Room ID" + room_input.placeholder = "Room Secret"; + room_input.ariaLabel = "Room Secret" const submit = document.createElement("input"); submit.type = "button"; |