From 14e39c4aecb8373b692c706bf27e49b0b72918b2 Mon Sep 17 00:00:00 2001 From: surfdude29 <149612116+surfdude29@users.noreply.github.com> Date: Mon, 4 Aug 2025 11:49:35 +0100 Subject: Tweak accessibility label (#8767) * tweak accessibility label * change `alert` to `message` and add comment instead of context * tweak comment --- src/components/Toast/index.web.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/components/Toast/index.web.tsx') diff --git a/src/components/Toast/index.web.tsx b/src/components/Toast/index.web.tsx index f6ceda568..f2517e28d 100644 --- a/src/components/Toast/index.web.tsx +++ b/src/components/Toast/index.web.tsx @@ -78,7 +78,12 @@ export const ToastContainer: React.FC = ({}) => { setActiveToast(undefined)} /> -- cgit 1.4.1