aboutsummaryrefslogtreecommitdiff
path: root/source/client/user.ts
diff options
context:
space:
mode:
authormetamuffin <metamuffin@yandex.com>2022-01-23 20:05:08 +0100
committermetamuffin <metamuffin@yandex.com>2022-01-23 20:05:08 +0100
commitbc64a6efded659499f73fc574eaf9dd0b8cf4df4 (patch)
tree6bba1e41f4ffa6d59dce12bcd31be250f25b3856 /source/client/user.ts
parentc3eb2fceea6142fde473f1d2f465e4ec288d9509 (diff)
downloadkeks-meet-bc64a6efded659499f73fc574eaf9dd0b8cf4df4.tar
keks-meet-bc64a6efded659499f73fc574eaf9dd0b8cf4df4.tar.bz2
keks-meet-bc64a6efded659499f73fc574eaf9dd0b8cf4df4.tar.zst
css max height
Diffstat (limited to 'source/client/user.ts')
-rw-r--r--source/client/user.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/client/user.ts b/source/client/user.ts
index 4716d46..335a8a8 100644
--- a/source/client/user.ts
+++ b/source/client/user.ts
@@ -70,7 +70,7 @@ export abstract class User {
const el = document.createElement("div")
if (t.local) {
const end_button = document.createElement("button")
- end_button.textContent = "end track"
+ end_button.textContent = "End"
end_button.addEventListener("click", () => {
t.end()
})