From 69fe93f6ff1318ebb974e9d9b120f9f5c328bfad Mon Sep 17 00:00:00 2001 From: FloPinguin <25036848+FloPinguin@users.noreply.github.com> Date: Tue, 6 Jan 2026 17:23:13 +0100 Subject: [PATCH] Fix little translation problem "host_modal.bots" (#2799) ## Description: Fixes this: image ## Please complete the following: - [X] I have added screenshots for all UI updates - [X] I process any text displayed to the user through translateText() and I've added it to the en.json file - [X] I have added relevant tests to the test directory - [X] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced ## Please put your Discord username so you can be contacted if a bug or regression is found: FloPinguin --- src/client/LangSelector.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client/LangSelector.ts b/src/client/LangSelector.ts index d5a5b5770..58e4b9415 100644 --- a/src/client/LangSelector.ts +++ b/src/client/LangSelector.ts @@ -195,6 +195,7 @@ export class LangSelector extends LitElement { "o-modal", "o-button", "territory-patterns-modal", + "fluent-slider", ]; document.title = this.translateText("main.title") ?? document.title;