From a0e4580f4e5785c452facd74ebd1fb90fd5ca452 Mon Sep 17 00:00:00 2001 From: shivambhatia604 <39612213+shivambhatia604@users.noreply.github.com> Date: Tue, 22 Oct 2024 20:59:06 +0530 Subject: [PATCH] fix: added aria-label to timezone input (#17241) * fix: 17186 timezone accessibility fix * Update common.json * update * Update EventMeta.tsx --------- Co-authored-by: Shivam Bhatia Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com> Co-authored-by: unknown --- apps/web/public/static/locales/en/common.json | 2 +- packages/ui/components/form/timezone-select/TimezoneSelect.tsx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/web/public/static/locales/en/common.json b/apps/web/public/static/locales/en/common.json index 8fd2ab0cb5..77fc94a77c 100644 --- a/apps/web/public/static/locales/en/common.json +++ b/apps/web/public/static/locales/en/common.json @@ -2688,4 +2688,4 @@ "you_dont_have_access_to_reroute_this_booking": "You don't have access to reroute this booking", "form_response_not_found": "Form response not found", "ADD_NEW_STRINGS_ABOVE_THIS_LINE_TO_PREVENT_MERGE_CONFLICTS": "↑↑↑↑↑↑↑↑↑↑↑↑↑ Add your new strings above here ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑" -} \ No newline at end of file +} diff --git a/packages/ui/components/form/timezone-select/TimezoneSelect.tsx b/packages/ui/components/form/timezone-select/TimezoneSelect.tsx index 438a0205b4..dbb4976699 100644 --- a/packages/ui/components/form/timezone-select/TimezoneSelect.tsx +++ b/packages/ui/components/form/timezone-select/TimezoneSelect.tsx @@ -65,6 +65,7 @@ export function TimezoneSelectComponent({