Description of problem: Branding-wise, CNV is no longer considered as an acceptable user-facing acronym for OpenShift Virtualization. Removing it from code would be slow and error-prone, but we should drop it from user-facing strings. Version-Release number of selected component (if applicable): 2.4.0 How reproducible: 100% Actual results: During installation, we see "CNV Operator Deployment" Expected results: Something else, possibly "OpenShift Virtualization Deployment"? Additional info: This is just an example. We should do an exhaustive search of CNV in user-facing string. This was raised by https://docs.google.com/presentation/d/1adiQlYyzQIIRQwKrCNIgGKjGR2OtYNHSsUZD4eKiMsE/edit#slide=id.g9101c562a2_6_117
UX suggestion: Consider CRD displayName and kind to be more similar.
*** This bug has been marked as a duplicate of bug 1869194 ***
(In reply to Dan Kenigsberg from comment #1) > UX suggestion: Consider CRD displayName and kind to be more similar. Changing the displayName is easy and not that risky, changing the CRD kind is instead more complex.