Hide Forgot
Description of problem: A very minor typo was found while we were translating software strings. Version-Release number of selected component (if applicable): 3.3 How reproducible: Always Steps to Reproduce: 1. Check the file frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/frontend/ 2. Search for the following string: Filters represents hard constraints for running a VM. Each filter implements logic which validates a minimum requirements in order to run a VM. For example, minimum RAM, CPU, designated host, etc. Hosts which fail this validation are filtered out from the current request. 3. Resource ID is: clusterPolicyFilterInfo Actual results: "represents" Expected results: "represent" ("s" for the third person singular needs to be removed as the subject of this sentence "Filters" is plural. Additional info:
also s/a minimum requirements/a minimum set of requirements/ "Filters represent hard constraints for running a VM. Each filter implements logic which validates a minimum set of requirements in order to run a VM. For example, minimum RAM, CPU, designated host, etc. Hosts which fail this validation are filtered out from the current request."
bulk closing, assuming verified bugs are in 3.3.