From 76b9e2bb32585ccfd64f0c2aea77043b2df7e1db Mon Sep 17 00:00:00 2001 From: rcourtman Date: Sun, 10 May 2026 15:04:00 +0100 Subject: [PATCH] Announce ProLicense activation success to screen readers After a license activation succeeds, the ProLicense plan section shows a success summary card. Without aria-live, a screen reader user wouldn't know the activation completed without re-focusing the page. Add role="status" + aria-live="polite" so the success summary is announced when it appears. --- .../src/components/Settings/ProLicensePlanSection.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend-modern/src/components/Settings/ProLicensePlanSection.tsx b/frontend-modern/src/components/Settings/ProLicensePlanSection.tsx index 1a4703be9..f084c5382 100644 --- a/frontend-modern/src/components/Settings/ProLicensePlanSection.tsx +++ b/frontend-modern/src/components/Settings/ProLicensePlanSection.tsx @@ -112,7 +112,11 @@ export const ProLicensePlanSection: Component = (pro <> {(summary) => ( -
+

{summary().title}

{summary().body}