Browse Source

CuraAppDisplayName is already set as Enterprise

Contribute to CURA-9157
Jelle Spijker 2 years ago
parent
commit
f64b1a6e30
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cura/ApplicationMetadata.py

+ 1 - 1
cura/ApplicationMetadata.py

@@ -64,7 +64,7 @@ try:
     if CuraAppDisplayName == "":
         CuraAppDisplayName = DEFAULT_CURA_DISPLAY_NAME
     if IsEnterpriseVersion:
-        CuraAppDisplayName = CuraAppDisplayName + " Enterprise"
+        CuraAppDisplayName = CuraAppDisplayName
 
 except ImportError:
     CuraAppDisplayName = DEFAULT_CURA_DISPLAY_NAME