From 0497ae4380476a16de9eed71deb0ca8e2416cfbe Mon Sep 17 00:00:00 2001 From: Aditya Date: Wed, 12 Feb 2025 19:03:53 +0530 Subject: [PATCH] fix: update aria-label for loading indicator --- frontend/src/app-components/inputs/Selectable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app-components/inputs/Selectable.tsx b/frontend/src/app-components/inputs/Selectable.tsx index d744c734..c03141b1 100644 --- a/frontend/src/app-components/inputs/Selectable.tsx +++ b/frontend/src/app-components/inputs/Selectable.tsx @@ -218,7 +218,7 @@ const Selectable: FC = ({ top: "20%", transform: "translateY(-20%)", }} - aria-label="loading" + aria-label="Loading..." /> ) : null }