remove tag_not_member

This commit is contained in:
Ryan Barlow
2026-05-26 19:22:32 +01:00
parent c8fc3298f8
commit 590f0444ff
7 changed files with 7 additions and 40 deletions
+1 -5
View File
@@ -252,11 +252,7 @@ export class JoinLobbyModal extends BaseModal {
></o-button>
</div>
<o-button
title=${
this.identity.validating
? translateText("username.tag_checking")
: translateText("private_lobby.join_lobby")
}
title=${translateText("private_lobby.join_lobby")}
width="block"
submit
?disable=${!this.identity.ready}