From f64b1a6e309ec6f51dda03a7065ce315f6b5d06e Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Mon, 9 Jan 2023 14:37:52 +0100 Subject: [PATCH] CuraAppDisplayName is already set as Enterprise Contribute to CURA-9157 --- cura/ApplicationMetadata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cura/ApplicationMetadata.py b/cura/ApplicationMetadata.py index 3a345cca26..fd8f3c704c 100644 --- a/cura/ApplicationMetadata.py +++ b/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