aboutsummaryrefslogtreecommitdiff
path: root/client-web/public
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-01-17 22:28:35 +0100
committermetamuffin <metamuffin@disroot.org>2023-01-17 22:28:35 +0100
commitf85d40d8c6cc2f3b58d1e0ea7f0382db88fffd4e (patch)
tree29aa31d00ff246d3ab662e5350a4ae9563ac279a /client-web/public
parent6c8025c6dec52a26103186848510d72936f15603 (diff)
downloadkeks-meet-f85d40d8c6cc2f3b58d1e0ea7f0382db88fffd4e.tar
keks-meet-f85d40d8c6cc2f3b58d1e0ea7f0382db88fffd4e.tar.bz2
keks-meet-f85d40d8c6cc2f3b58d1e0ea7f0382db88fffd4e.tar.zst
refer to room name as secret instead
Diffstat (limited to 'client-web/public')
-rw-r--r--client-web/public/start.html4
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";