mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
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:
parent
1eb65057bb
commit
d958046651
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue