From d9580466517bdd102355815ad25b254449c2e305 Mon Sep 17 00:00:00 2001 From: Ian Littman Date: Thu, 2 Oct 2025 13:57:50 -0500 Subject: [PATCH] Add missing reference to Android hosts on label criteria (#33755) Fixes a miss in #31464. ## Testing - [ ] QA'd all new/changed functionality manually For unreleased bug fixes in a release candidate, one of: - [x] Confirmed that the fix is not expected to adversely impact load test results --- frontend/pages/labels/NewLabelPage/NewLabelPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/pages/labels/NewLabelPage/NewLabelPage.tsx b/frontend/pages/labels/NewLabelPage/NewLabelPage.tsx index 8c412df81a..43571391ac 100644 --- a/frontend/pages/labels/NewLabelPage/NewLabelPage.tsx +++ b/frontend/pages/labels/NewLabelPage/NewLabelPage.tsx @@ -456,7 +456,7 @@ const NewLabelPage = ({ Currently, label criteria can be IdP group or department on macOS - hosts. + and Android hosts. );