From 7a9b141e6507089bcfee77655e291e9ccacc7888 Mon Sep 17 00:00:00 2001 From: Leonabcd123 <156839416+Leonabcd123@users.noreply.github.com> Date: Fri, 19 Dec 2025 11:40:22 +0200 Subject: [PATCH] Spell balloon correctly --- frontend/src/ts/pages/account.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/ts/pages/account.ts b/frontend/src/ts/pages/account.ts index 128a4f322..ef5839042 100644 --- a/frontend/src/ts/pages/account.ts +++ b/frontend/src/ts/pages/account.ts @@ -1140,7 +1140,7 @@ qs(".pageAccount")?.onChild( "aria-label", "Graph history is not available for long tests", ); - target?.setAttribute("data-baloon-pos", "up"); + target?.setAttribute("data-balloon-pos", "up"); target.addClass("disabled"); Notifications.add("Graph history is not available for long tests", 0);