From ebcf21f02064fc09732e0890512ae45221f10b56 Mon Sep 17 00:00:00 2001 From: gnezim Date: Mon, 20 Apr 2026 22:32:25 +0300 Subject: [PATCH] Add role=status to FlightList empty-state banner (a11y) --- src/ui/flights/FlightList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/flights/FlightList.tsx b/src/ui/flights/FlightList.tsx index 1c487052..d227ab79 100644 --- a/src/ui/flights/FlightList.tsx +++ b/src/ui/flights/FlightList.tsx @@ -78,7 +78,7 @@ export const FlightList: FC = ({ // Mirrors Angular `page-empty-list`: icon (left / top on mobile) + // title + body copy. Matches the same translation keys. return ( -
+
{t("SHARED.FLIGHTS-NOT-FOUND")}
{t("SHARED.FLIGHTS-NOT-FOUND-TEXT")}