aboutsummaryrefslogtreecommitdiff
path: root/source/client/user.ts
diff options
context:
space:
mode:
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()
})