diff options
Diffstat (limited to 'client-web/public')
-rw-r--r-- | client-web/public/start.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client-web/public/start.html b/client-web/public/start.html index aa60f35..afe771e 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,7 +28,7 @@ const room_input = document.createElement("input"); room_input.type = "text"; room_input.id = "room-id-input"; - room_input.placeholder = "Room ID"; + room_input.placeholder = "Room Secret"; const submit = document.createElement("input"); submit.type = "button"; |