diff --git a/webapp/channels/src/components/post_priority/post_priority_picker.tsx b/webapp/channels/src/components/post_priority/post_priority_picker.tsx index cad57fe490..8124a7c6d5 100644 --- a/webapp/channels/src/components/post_priority/post_priority_picker.tsx +++ b/webapp/channels/src/components/post_priority/post_priority_picker.tsx @@ -132,7 +132,10 @@ function PostPriorityPicker({ return ( -
+
{formatMessage({ id: 'post_priority.picker.header', defaultMessage: 'Message priority', diff --git a/webapp/channels/src/components/post_priority/post_priority_picker_overlay.tsx b/webapp/channels/src/components/post_priority/post_priority_picker_overlay.tsx index 9418368dee..f987595a3b 100644 --- a/webapp/channels/src/components/post_priority/post_priority_picker_overlay.tsx +++ b/webapp/channels/src/components/post_priority/post_priority_picker_overlay.tsx @@ -121,6 +121,7 @@ function PostPriorityPickerOverlay({ zIndex: 3, }} {...getPickerFloatingProps()} + aria-labelledby='messagePriority-heading' >