Bug 1360920

Summary: some messages reference RHEV when they should reference RHV
Product: [oVirt] ovirt-engine Reporter: Scott Dickerson <sdickers>
Component: Frontend.CoreAssignee: Scott Dickerson <sdickers>
Status: CLOSED CURRENTRELEASE QA Contact: Aleksei Slaikovskii <aslaikov>
Severity: low Docs Contact:
Priority: unspecified    
Version: 4.0.2CC: bugs, lsvaty, mgoldboi, oourfali, sbonazzo, ykatabam
Target Milestone: ovirt-4.0.2Flags: rule-engine: ovirt-4.0.z+
ykaul: exception+
mgoldboi: planning_ack+
oourfali: devel_ack+
rule-engine: testing_ack+
Target Release: 4.0.2.4   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-08-12 14:25:20 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: UX RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Scott Dickerson 2016-07-27 20:37:18 UTC
Product name RHEV (Red Hat Enterprise Virtualization) has been renamed to RHV (Red Hat Virtualization).  Some String in oVirt's messages and constants files reference the old product name.  They need to be updated.


The following files are impacted:
  - backend/manager/modules/dal/src/main/resources/bundles/AppErrors.properties
  - frontend/webadmin/modules/frontend/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties
  - frontend/webadmin/modules/uicompat/src/main/resources/org/ovirt/engine/ui/uicompat/Enums.properties
  - frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties
  - frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties


NOTE: Only the user visible text is being considered.  Key references and method names are not to be changed at this time.

Comment 1 Aleksei Slaikovskii 2016-08-05 08:21:41 UTC
I've just checked these files from the latest ovirt-engine sources. This is 'SanityOnly' checked within the code. Seems to be ok.