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
This commit is contained in:
Ian Littman 2025-10-02 13:57:50 -05:00 committed by GitHub
parent 1eb65057bb
commit d958046651
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -456,7 +456,7 @@ const NewLabelPage = ({
</span>
<span className="form-field__help-text">
Currently, label criteria can be IdP group or department on macOS
hosts.
and Android hosts.
</span>
</div>
);