From bfcb325352b35c7a9809dc63808a050077231658 Mon Sep 17 00:00:00 2001 From: Will Anderson Date: Thu, 14 May 2026 11:38:05 -0500 Subject: [PATCH] =?UTF-8?q?Clear=20hardcoded=20device=20count=20=E2=80=94?= =?UTF-8?q?=20JS=20sets=20it=20from=20plan=20data?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/account.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/account.el b/src/account.el index aed50e0..116486a 100644 --- a/src/account.el +++ b/src/account.el @@ -818,7 +818,7 @@ fn account_devices_card() -> String { el_div("class=\"device-icon\"", account_signin_svg_device()) + el_div( "", - el_p("class=\"devices-count\" id=\"devices-count-el\"", "2 devices included with your plan") + + el_p("class=\"devices-count\" id=\"devices-count-el\"", "") + el_p("class=\"devices-sub\"", "Currently: Setup at launch") ) ) + -- 2.52.0