#id_dash_applet_menu now outside #id_applets_container to avoid clipping, other issues (FTs passed locally, but not in headless CI pipeline); selenium now calls wait_for when looking for is_displayed on kit bag menu (hopefully another CI fix)
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Disco DeDisco
2026-03-15 01:46:11 -04:00
parent 2d453dbc78
commit 74d1a43559
4 changed files with 16 additions and 10 deletions

View File

@@ -117,7 +117,7 @@ class Token(models.Model):
if self.token_type == self.COIN:
return "\u2026and another after that, and another after that\u2026"
if self.token_type == self.PASS:
return "\u2018Entry fee\u2019? Do you know who you\u2019re talking to?"
return "\u2018Entry fee\u2019? Pal, do you know who you\u2019re talking to?"
return None
def tooltip_text(self):