Clarify error message

This commit is contained in:
Martin Angers 2024-04-09 13:40:56 -04:00
parent 0faa96658c
commit c2d565df40

View file

@ -366,7 +366,7 @@ func (ds *Datastore) BulkSetPendingMDMHostProfiles(
countProfUUIDs++
}
if countProfUUIDs > 1 {
return errors.New("profile uuids must all be Apple profiles, Apple declarations or Windows profiles")
return errors.New("profile uuids must be all Apple profiles, all Apple declarations, or all Windows profiles")
}
var (