Procházet zdrojové kódy

a-o-i: Rename OSE in Install Menu

Rename 'OpenShift Enterprise' to 'OpenShift Container Platform' in the quick installer menu.
Samuel Munilla před 8 roky
rodič
revize
f7fb00f65e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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'),
     ]