Преглед изворни кода

a-o-i: Rename OSE in Install Menu

Rename 'OpenShift Enterprise' to 'OpenShift Container Platform' in the quick installer menu.
Samuel Munilla пре 8 година
родитељ
комит
f7fb00f65e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      utils/src/ooinstall/variants.py

+ 1 - 1
utils/src/ooinstall/variants.py

@@ -34,7 +34,7 @@ class Variant(object):
 
 
 # WARNING: Keep the versions ordered, most recent first:
-OSE = Variant('openshift-enterprise', 'OpenShift Enterprise',
+OSE = Variant('openshift-enterprise', 'OpenShift Container Platform',
     [
         Version('3.2', 'openshift-enterprise'),
     ]